Allowed plugins to add new commands to TShock dictionary

This commit is contained in:
Twitchy 2011-06-20 17:37:37 +12:00
parent 616d0f60d7
commit 66864f30d0

View file

@ -93,7 +93,7 @@ namespace TShockAPI
} }
public static class Commands public static class Commands
{ {
private static List<Command> ChatCommands = new List<Command>(); public static List<Command> ChatCommands = new List<Command>();
public static void InitCommands() public static void InitCommands()
{ {