From abca809b6f4009d2b7f021f9cb8545b3db81dcc3 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 18 Apr 2024 15:24:18 +0200 Subject: [PATCH] spawn point | sleep --- TCPServer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 8c634c2..3d67ab1 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -183,12 +183,12 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) case 3: this->team = BLUE; spawnPoint[0] = 250; - spawnPoint[1] = 1781; + spawnPoint[1] = 1790; spawnPoint[2] = 0; // For test finishPoint[0] = 400; - finishPoint[1] = 1781; + spawnPoint[1] = 1790; finishPoint[2] = 0; /*finishPoint[0] = 400; @@ -198,7 +198,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) case 6: this->team = YELLOW; spawnPoint[0] = 1750; - spawnPoint[1] = 1781; + spawnPoint[1] = 1790; spawnPoint[2] = 3.1415; finishPoint[0] = 2600; finishPoint[1] = 400;