mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-29 11:59:37 +02:00
remove the go end for the moment
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user