diff --git a/src/de/craftinc/gates/commands/CommandSetExit.java b/src/de/craftinc/gates/commands/CommandSetExit.java index a11c3b7..f5406ea 100644 --- a/src/de/craftinc/gates/commands/CommandSetExit.java +++ b/src/de/craftinc/gates/commands/CommandSetExit.java @@ -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;