This commit is contained in:
ackimixs
2024-05-10 10:34:20 +02:00
parent 324fc0c8f0
commit 449199e391

View File

@@ -63,7 +63,7 @@ PreparationMatch::PreparationMatch(QWidget* parent) : QWidget(parent)
connect(this->startButton, &QPushButton::pressed, [&]()
{
if (ledVerte->isChecked() && arduino->isChecked() && aruco->isChecked() && lidarPing->isChecked() && tirette->isChecked())
if (ledVerte->isChecked() && arduino->isChecked() && lidarPing->isChecked() && tirette->isChecked())
{
emit startGame();
}