Null out chat commands on restart

This commit is contained in:
Cyberboss
2017-09-01 20:36:25 -04:00
parent ae65111115
commit 6ed3ffabe2
+1
View File
@@ -70,6 +70,7 @@ namespace TGServerService
break;
case SRWorldReboot:
TGServerService.WriteInfo("World Rebooted", TGServerService.EventID.WorldReboot);
ServerChatCommands = null;
lock (CompilerLock)
{
if (UpdateStaged)