From 4ae62f53a74c7045177d2e8dabbd75fe24661df3 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 20 Jun 2011 00:28:28 -0600 Subject: [PATCH] Added it for real this time. Closes #90 --- TShockAPI/Commands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 4baa8f1f..a9eef720 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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));