Consider command line parameters when /reload command is issued
This commit is contained in:
parent
d478810336
commit
3641c3ca87
2 changed files with 3 additions and 2 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue