mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
game started
This commit is contained in:
@@ -447,6 +447,7 @@ void TCPServer::checkIfAllClientsReady()
|
||||
}
|
||||
|
||||
void TCPServer::startGame() {
|
||||
gameStarted = true;
|
||||
for (int i = whereAmI; i < stratPatterns.size(); i++) {
|
||||
|
||||
if (stopEmergency) return;
|
||||
|
||||
Reference in New Issue
Block a user