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)