From 50c584a9ed50a2edf3db67bd3be7bd491ccfdb1d Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 17 Apr 2024 20:57:29 +0200 Subject: [PATCH] test mode --- TCPServer.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 5ae5f32..a903669 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -185,9 +185,15 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) spawnPoint[0] = 200; spawnPoint[1] = 1781; spawnPoint[2] = 0; - finishPoint[0] = 400; + + // For test + finishPoint[0] = 200; + finishPoint[1] = 1781; + finishPoint[2] = 0; + + /*finishPoint[0] = 400; finishPoint[1] = 400; - finishPoint[2] = 3.1415; + finishPoint[2] = 3.1415;*/ break; case 6: this->team = YELLOW;