ready message

This commit is contained in:
ackimixs
2024-05-15 11:17:37 +02:00
parent 3698201b80
commit 52b615a766

View File

@@ -25,6 +25,8 @@ int main(int argc, char* argv[]) {
gameControllerHandler.start();
gameControllerHandler.sendMessage("gc;strat;ready;1\n");
while (!shouldStop && !gameControllerHandler.shouldStop()) {
usleep(500'000);
}