Sub classes are ugly as hell.

This commit is contained in:
high 2011-06-14 19:28:20 -04:00
parent a6f168115a
commit f233ef82e5
5 changed files with 140 additions and 145 deletions

View file

@ -67,7 +67,7 @@ namespace TShockAPI
public static void EnableUpdateCommand()
{
Commands.commands.Add(new Commands.Command("updatenow", "maintenance", Commands.UpdateNow));
Commands.ChatCommands.Add(new Command("updatenow", "maintenance", Commands.UpdateNow));
updateCmd = true;
}