diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 33d9f7da..5f948cc8 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -93,7 +93,7 @@ namespace TShockAPI } public static class Commands { - private static List ChatCommands = new List(); + public static List ChatCommands = new List(); public static void InitCommands() {