diff --git a/TCPServer.cpp b/TCPServer.cpp index 8cd4ed4..5ad59ab 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -541,7 +541,7 @@ void TCPServer::startGame() { break; } - if (!stopEmergency) whereAmI++; + whereAmI++; } }