This commit is contained in:
ackimixs
2024-04-03 21:00:08 +02:00
parent b02af31198
commit 1cf84c7dfd

View File

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