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; }