Changed some of the command permissions

This commit is contained in:
Deathmax 2011-07-03 13:10:04 +08:00 committed by Steven French
parent 2a6454f60b
commit e4bcadcdc4

View file

@ -160,9 +160,9 @@ namespace TShockAPI
{
ChatCommands.Add(new Command("kill", Kill, "kill"));
ChatCommands.Add(new Command("butcher", Butcher, "butcher"));
ChatCommands.Add(new Command("cheat", Item, "item", "i"));
ChatCommands.Add(new Command("cheat", Give, "give"));
ChatCommands.Add(new Command("cheat", Heal, "heal"));
ChatCommands.Add(new Command("item", Item, "item", "i"));
ChatCommands.Add(new Command("item", Give, "give"));
ChatCommands.Add(new Command("heal", Heal, "heal"));
}
}