Modified help string for exit command.

This commit is contained in:
Tobias Ottenweller 2013-02-26 14:16:51 +01:00
parent 1bfc886969
commit 3a7be837b5

View File

@ -17,7 +17,7 @@ public class CommandSetExit extends BaseCommand
requiredParameters.add("id");
helpDescription = "Changes the location where the gate will teleport players to your current location.";
helpDescription = "Change exit of location.";
requiredPermission = Plugin.permissionManage;