remove the go end for the moment

This commit is contained in:
ackimixs
2024-04-29 13:47:36 +02:00
parent 270237be29
commit 1734ce948c

View File

@@ -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: