From 3a7be837b570df2eb8cf0cd1dcfa32c04a0f7905 Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Tue, 26 Feb 2013 14:16:51 +0100 Subject: [PATCH] Modified help string for exit command. --- src/de/craftinc/gates/commands/CommandSetExit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;