diff --git a/src/client/game.cpp b/src/client/game.cpp index 106742c6..fb114b78 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -1439,7 +1439,7 @@ bool Game::canPerformGameAction() // - we have a game protocol // - the game protocol is connected // - its not a bot action - return m_online && m_localPlayer && !m_dead && m_protocolGame && m_protocolGame->isConnected() && checkBotProtection(); + return m_online && m_localPlayer && !m_localPlayer->isDead() && !m_dead && m_protocolGame && m_protocolGame->isConnected() && checkStackTrace(); } void Game::setProtocolVersion(int version)