diff --git a/TCPServer.cpp b/TCPServer.cpp index 0cd985a..3be5799 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -188,8 +188,12 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) switch (spawnPointNb) { case 3: this->team = BLUE; - spawnPoint[0] = 250; + /*spawnPoint[0] = 250; spawnPoint[1] = 1800; + spawnPoint[2] = 0;*/ + + spawnPoint[0] = 500; + spawnPoint[1] = 1000; spawnPoint[2] = 0; // For test