From c384cb24cc8b97e33a775bd13e3f4ec750f242a7 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 28 Mar 2024 19:20:57 +0100 Subject: [PATCH] =?UTF-8?q?tirette=20envl=C3=A9v=C3=A9=20=3D=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WaintingForTirette.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WaintingForTirette.h b/WaintingForTirette.h index 0102873..0cdddab 100644 --- a/WaintingForTirette.h +++ b/WaintingForTirette.h @@ -45,7 +45,7 @@ public: { std::vector list = TCPSocket::split(response, ";"); - if (list[3] == "1") + if (list[3] == "0") { emit startGame(); }