Changed some of the command permissions
This commit is contained in:
parent
2a6454f60b
commit
e4bcadcdc4
1 changed files with 3 additions and 3 deletions
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue