Fix ihm;start instead of ihm;strat

This commit is contained in:
2024-04-11 16:00:53 +02:00
parent a35bad50a5
commit 0b5e033750

View File

@@ -59,5 +59,5 @@ void InGame::updateTime()
int min = this->timeCounter / 60;
int sec = this->timeCounter % 60;
this->time->setText("Time : " + QString::number(min) + "m" + QString::number(sec) + "s");
emit askTCPServer("ihm;start;get pos;1");
emit askTCPServer("ihm;strat;get pos;1");
}