From 9e3b6a6cdb1c525395cc7fc042c3f70df9e5fb2e Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Thu, 17 May 2012 21:30:13 +0200 Subject: [PATCH] better help description for the create command --- src/org/mcteam/ancientgates/commands/CommandCreate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mcteam/ancientgates/commands/CommandCreate.java b/src/org/mcteam/ancientgates/commands/CommandCreate.java index 417b8c3..5330fd1 100644 --- a/src/org/mcteam/ancientgates/commands/CommandCreate.java +++ b/src/org/mcteam/ancientgates/commands/CommandCreate.java @@ -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; }