This commit is contained in:
ackimixs
2024-05-04 11:01:04 +02:00
parent 99447cd486
commit e75a371aa2

View File

@@ -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