better help description for the create command

This commit is contained in:
Tobias Ottenweller 2012-05-17 21:30:13 +02:00
parent bbe4b29073
commit 9e3b6a6cdb

View File

@ -17,7 +17,7 @@ public class CommandCreate extends BaseLocationCommand
senderMustBePlayer = true;
hasGateParam = false;
helpDescription = "Create a gate at the current location of the player.";
helpDescription = "Create a gate at your current location.";
requiredPermission = Plugin.permissionManage;
}