game started

This commit is contained in:
ackimixs
2024-05-08 19:18:26 +02:00
parent 1da2fe6d7c
commit 87ad72c6c2

View File

@@ -447,6 +447,7 @@ void TCPServer::checkIfAllClientsReady()
}
void TCPServer::startGame() {
gameStarted = true;
for (int i = whereAmI; i < stratPatterns.size(); i++) {
if (stopEmergency) return;