Allowed plugins to add new commands to TShock dictionary
This commit is contained in:
parent
616d0f60d7
commit
66864f30d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue