Consider command line parameters when /reload command is issued

This commit is contained in:
k0rd 2012-02-12 23:56:49 -05:00
parent d478810336
commit 3641c3ca87
2 changed files with 3 additions and 2 deletions

View file

@ -355,7 +355,7 @@ namespace TShockAPI
}
}
private void HandleCommandLinePostConfigLoad(string[] parms)
public static void HandleCommandLinePostConfigLoad(string[] parms)
{
for (int i = 0; i < parms.Length; i++)
{