From aa43fcd26b44b92c08d6f9549498211dc212d2d3 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 29 Apr 2024 18:26:08 +0200 Subject: [PATCH] finish point --- TCPServer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index bd66d4f..35fc58c 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -197,8 +197,8 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) finishPoint[2] = 0;*/ finishPoint[0] = 400; - finishPoint[1] = 550; - finishPoint[2] = -PI; + finishPoint[1] = 500; + finishPoint[2] = PI / 2; break; case 6: this->team = YELLOW; @@ -207,8 +207,8 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) spawnPoint[2] = PI; finishPoint[0] = 2600; - finishPoint[1] = 550; - finishPoint[2] = 0; + finishPoint[1] = 500; + finishPoint[2] = PI / 2; break; default: