did a debug session, fixed bugs

This commit is contained in:
Maverick Motherfucker 2011-06-04 10:35:20 -07:00
parent cfd3cbf5a3
commit 24f7756370
3 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,7 @@ namespace TShockAPI
public class Commands
{
public delegate void CommandDelegate(CommandArgs args);
public static List<Command> commands;
public static List<Command> commands = new List<Command>();
public struct CommandArgs
{