Fixed and enabled /annoy

This commit is contained in:
Deathmax 2011-07-08 21:27:44 +08:00
parent cf7fd6da23
commit d8d19f88e5
2 changed files with 5 additions and 6 deletions

View file

@ -167,7 +167,7 @@ namespace TShockAPI
ChatCommands.Add(new Command("cfg", Broadcast, "broadcast", "bc"));
ChatCommands.Add(new Command("whisper", Whisper, "whisper", "w", "tell"));
ChatCommands.Add(new Command("whisper", Reply, "reply", "r"));
//ChatCommands.Add(new Command("annoy", Annoy, "annoy"));
ChatCommands.Add(new Command("annoy", Annoy, "annoy"));
if (TShock.Config.DistributationAgent != "terraria-online")
{
ChatCommands.Add(new Command("kill", Kill, "kill"));