This commit is contained in:
ackimixs
2024-05-08 17:47:39 +02:00
parent b5d3c18eb6
commit b5ce066404

View File

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