tirette envlévé = 0

This commit is contained in:
ackimixs
2024-03-28 19:20:57 +01:00
parent 8775464c66
commit c384cb24cc

View File

@@ -45,7 +45,7 @@ public:
{
std::vector<std::string> list = TCPSocket::split(response, ";");
if (list[3] == "1")
if (list[3] == "0")
{
emit startGame();
}