mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
change
This commit is contained in:
@@ -123,6 +123,8 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
return;
|
||||
}
|
||||
if (TCPUtils::contains(tokens[2], "stop proximity")) {
|
||||
if (!gameStarted) return;
|
||||
|
||||
this->broadcastMessage("strat;arduino;clear;1\n");
|
||||
|
||||
this->stopEmergency = true;
|
||||
|
||||
Reference in New Issue
Block a user