Forgot this

This commit is contained in:
fullwall 2012-08-05 14:16:11 +08:00
parent 6a322f7f25
commit 90e5b4b2d9

View File

@ -419,7 +419,6 @@ public class NPCCommands {
desc = "Rename a NPC",
modifiers = { "rename" },
min = 2,
max = 2,
permission = "npc.rename")
public void rename(CommandContext args, CommandSender sender, NPC npc) {
String oldName = npc.getName();