diff --git a/TCPServer.cpp b/TCPServer.cpp index e4ad862..7d018d7 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -396,11 +396,11 @@ void TCPServer::checkIfAllClientsReady() void TCPServer::startGame() { for (int i = whereAmI; i < stratPatterns.size(); i++) { - auto time = std::chrono::system_clock::now(); + /*auto time = std::chrono::system_clock::now(); if (time - gameStart > std::chrono::seconds(85)) { this->goEnd(); return; - } + }*/ switch (stratPatterns[i]) { case TURN_SOLAR_PANNEL_1: