do not need beacon

This commit is contained in:
ackimixs
2024-05-07 23:44:13 +02:00
parent 52deba1eb3
commit 9cd7a8186a

View File

@@ -244,7 +244,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;1\n");
}
else if (tokens[1] == "strat" && tokens[2] == "start")
{