Change the way we ignore packets from clients while swapping with SSC inv.

Add dump for SSC, and terminate the application (maybe).
This commit is contained in:
Zack Piispanen 2015-03-16 20:36:32 -04:00
parent 7fe761bacb
commit b031f45cb0
3 changed files with 44 additions and 2 deletions

View file

@ -518,6 +518,8 @@ namespace TShockAPI
case "-dump":
ConfigFile.DumpDescriptions();
Permissions.DumpDescriptions();
ServerSideConfig.DumpDescriptions();
Environment.Exit(1);
break;
}
}