From 6ed52a79ca767e58ca5de3591f6c80949f0f5d9c Mon Sep 17 00:00:00 2001 From: fullwall Date: Sun, 9 Sep 2012 17:52:36 +0800 Subject: [PATCH] Typo --- src/main/java/net/citizensnpcs/command/command/NPCCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/citizensnpcs/command/command/NPCCommands.java b/src/main/java/net/citizensnpcs/command/command/NPCCommands.java index 005dfedbf..7bd21d657 100644 --- a/src/main/java/net/citizensnpcs/command/command/NPCCommands.java +++ b/src/main/java/net/citizensnpcs/command/command/NPCCommands.java @@ -362,7 +362,7 @@ public class NPCCommands { @Command( aliases = { "npc" }, - usage = "moveto (--x x --y y --z z --world world --pitch pitch --yaw yaw", + usage = "moveto (--x x --y y --z z --world world --pitch pitch --yaw yaw)", desc = "Teleports a NPC to a given location", modifiers = "moveto", min = 1,