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