change permission for renamenpc to the npc node.

permission is now tshock.npc.rename
This commit is contained in:
k0rd 2014-06-12 13:27:55 -04:00
parent 98f1af65fa
commit a1158cb2e7
2 changed files with 8 additions and 8 deletions

View file

@ -341,6 +341,10 @@ namespace TShockAPI
{
HelpText = "Kills hostile NPCs or NPCs of a certain type."
});
add(new Command(Permissions.rename, RenameNPC, "renamenpc")
{
HelpText = "Renames an NPC."
});
add(new Command(Permissions.invade, Invade, "invade")
{
HelpText = "Starts an NPC invasion."
@ -501,10 +505,6 @@ namespace TShockAPI
{
HelpText = "Kills another player."
});
add(new Command(Permissions.renamenpc, RenameNPC, "renamenpc")
{
HelpText = "Renames an NPC."
});
add(new Command(Permissions.cantalkinthird, ThirdPerson, "me")
{
HelpText = "Sends an action message to everyone."