From 1734ce948cbc4d21c85c66e1a8cfdd5b032e1f02 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 29 Apr 2024 13:47:36 +0200 Subject: [PATCH] remove the go end for the moment --- TCPServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: