change default spawn point

This commit is contained in:
ackimixs
2024-04-09 20:39:44 +02:00
parent e9ecc7ce41
commit 4c9c7d2ab7

View File

@@ -155,7 +155,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
}
if (tokens[2] == "spawn") {
// TODO change that to handle spawn point
const std::string toSend = "ihm;arduino;set;500,500,-1.57079";
const std::string toSend = "ihm;arduino;set;200,150,-1.57079";
this->broadcastMessage(toSend.c_str(), clientSocket);
}
if (tokens[2] == "start")