This commit is contained in:
ackimixs
2024-05-08 15:00:48 +02:00
parent 2a24619a8a
commit 4ba6313e7f

View File

@@ -125,10 +125,10 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
if (tokens[2] == "stop proximity") {
if (!gameStarted) return;
this->stopEmergency = true;
this->broadcastMessage("strat;arduino;clear;1\n");
this->stopEmergency = true;
this->gameThread.~thread();
std::vector<std::string> args = TCPUtils::split(tokens[3], ",");