Index: source/network/NetClient.cpp =================================================================== --- source/network/NetClient.cpp +++ source/network/NetClient.cpp @@ -183,10 +183,9 @@ { // Attempt to send network messages from the current frame before connection is destroyed. if (m_ClientTurnManager) - { m_ClientTurnManager->OnDestroyConnection(); - Flush(); - } + + Flush(); SAFE_DELETE(m_Session); }