mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-20 14:21:20 +01:00
Forgot this
This commit is contained in:
parent
32c7ef28bb
commit
e7244ba118
@ -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