Removed pointless unbanip permission.

TSPlayer improved.
This commit is contained in:
high 2011-06-14 19:49:45 -04:00
parent f233ef82e5
commit 12946c8a63
4 changed files with 17 additions and 7 deletions

View file

@ -174,7 +174,7 @@ namespace TShockAPI
ChatCommands.Add(new Command("ban", "ban", Ban));
ChatCommands.Add(new Command("banip", "ban", BanIP));
ChatCommands.Add(new Command("unban", "unban", UnBan));
ChatCommands.Add(new Command("unbanip", "unbanip", UnBanIP));
ChatCommands.Add(new Command("unbanip", "unban", UnBanIP));
ChatCommands.Add(new Command("off", "maintenance", Off));
ChatCommands.Add(new Command("off-nosave", "maintenance", OffNoSave));
ChatCommands.Add(new Command("checkupdates", "maintenance", CheckUpdates));
@ -218,6 +218,10 @@ namespace TShockAPI
ChatCommands.Add(new Command("give", "cheat", Give));
ChatCommands.Add(new Command("heal", "cheat", Heal));
}
}
#region Command Methods