Fixed and enabled /annoy
This commit is contained in:
parent
cf7fd6da23
commit
d8d19f88e5
2 changed files with 5 additions and 6 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue