This commit is contained in:
ackimixs
2024-05-08 17:55:12 +02:00
parent afaf121b34
commit e1a1c2659e

View File

@@ -246,7 +246,6 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
}
this->broadcastMessage("strat;lidar;set team;" + std::to_string(this->team) + "\n");
this->broadcastMessage("strat;lidar;set beacon;0\n");
}
else if (tokens[1] == "strat" && tokens[2] == "start")
{