Added it for real this time.

Closes #90
This commit is contained in:
Lucas Nicodemus 2011-06-20 00:28:28 -06:00
parent 5b0716c8ee
commit 4ae62f53a7

View file

@ -138,6 +138,7 @@ namespace TShockAPI
ChatCommands.Add(new Command("me", "", ThirdPerson));
ChatCommands.Add(new Command("p", "", PartyChat));
ChatCommands.Add(new Command("rules", "", Rules));
ChatCommands.Add(new Command("whitelist", "maintenance", Whitelist));
if (ConfigurationManager.DistributationAgent != "terraria-online")
{
ChatCommands.Add(new Command("kill", "kill", Kill));