/w is now an alias for /whisper
This commit is contained in:
parent
c7a4a00fa8
commit
b4b54317d7
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue