diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index e8042526f2..8874706fe8 100755 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -273,6 +273,11 @@ namespace OpenRA // Clear static state if we have switched mods LobbyInfoChanged = () => {}; AddChatLine = (a,b,c) => {}; + ConnectionStateChanged = om => {}; + BeforeGameStart = () => {}; + AfterGameStart = w => {}; + afterTickActions = new ActionQueue(); + worldRenderer = null; if (server != null) server.Shutdown();