diff --git a/TCPServer.cpp b/TCPServer.cpp index ccb8a88..9417b0b 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -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); }