mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-24 11:38:26 +01:00
Forgot this
This commit is contained in:
parent
6a322f7f25
commit
90e5b4b2d9
@ -419,7 +419,6 @@ public class NPCCommands {
|
|||||||
desc = "Rename a NPC",
|
desc = "Rename a NPC",
|
||||||
modifiers = { "rename" },
|
modifiers = { "rename" },
|
||||||
min = 2,
|
min = 2,
|
||||||
max = 2,
|
|
||||||
permission = "npc.rename")
|
permission = "npc.rename")
|
||||||
public void rename(CommandContext args, CommandSender sender, NPC npc) {
|
public void rename(CommandContext args, CommandSender sender, NPC npc) {
|
||||||
String oldName = npc.getName();
|
String oldName = npc.getName();
|
||||||
|
Loading…
Reference in New Issue
Block a user