Index: source/network/NetClientTurnManager.cpp =================================================================== --- source/network/NetClientTurnManager.cpp +++ source/network/NetClientTurnManager.cpp @@ -95,7 +95,8 @@ void CNetClientTurnManager::OnDestroyConnection() { - NotifyFinishedOwnCommands(m_CurrentTurn + COMMAND_DELAY); + if (m_NetClient.GetCurrState() == NCS_INGAME) + NotifyFinishedOwnCommands(m_CurrentTurn + COMMAND_DELAY); } void CNetClientTurnManager::OnSimulationMessage(CSimulationMessage* msg)