From 66864f30d09eb9d5e65800a4d5b1f2da4f8997ac Mon Sep 17 00:00:00 2001 From: Twitchy Date: Mon, 20 Jun 2011 17:37:37 +1200 Subject: [PATCH] Allowed plugins to add new commands to TShock dictionary --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {