mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
patch
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user