proximity

This commit is contained in:
ackimixs
2024-05-08 16:26:45 +02:00
parent bea252174a
commit c4ef36cb08

View File

@@ -533,7 +533,8 @@ void TCPServer::startGame() {
awaitRobotIdle(); awaitRobotIdle();
break; break;
} }
whereAmI++;
if (!stopEmergency) whereAmI++;
} }
} }