/w is now an alias for /whisper

This commit is contained in:
Deathmax 2011-07-01 20:53:59 +08:00
parent c7a4a00fa8
commit b4b54317d7

View file

@ -145,6 +145,7 @@ namespace TShockAPI
ChatCommands.Add(new Command("rules", "", Rules));
ChatCommands.Add(new Command("displaylogs", "logs", Rules));
ChatCommands.Add(new Command("whisper", "whisper", Whisper));
ChatCommands.Add(new Command("w", "whisper", Whisper));
ChatCommands.Add(new Command("tell", "whisper", Whisper));
if (ConfigurationManager.DistributationAgent != "terraria-online")
{