spawn point

This commit is contained in:
ackimixs
2024-05-04 11:24:32 +02:00
parent 2d239a5fdb
commit d495fa2ffa
2 changed files with 6 additions and 6 deletions

View File

@@ -188,14 +188,14 @@ 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;
/*spawnPoint[0] = 500;
spawnPoint[1] = 1000;
spawnPoint[2] = 0;*/
// For test
/*finishPoint[0] = 400;
finishPoint[1] = 1790;