From 6ed3ffabe237d73ed276d404c217025bfd765603 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 1 Sep 2017 20:36:25 -0400 Subject: [PATCH] Null out chat commands on restart --- TGServerService/Interop.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TGServerService/Interop.cs b/TGServerService/Interop.cs index 48b2d7953a..c8f4b06fdc 100644 --- a/TGServerService/Interop.cs +++ b/TGServerService/Interop.cs @@ -70,6 +70,7 @@ namespace TGServerService break; case SRWorldReboot: TGServerService.WriteInfo("World Rebooted", TGServerService.EventID.WorldReboot); + ServerChatCommands = null; lock (CompilerLock) { if (UpdateStaged)