From e973335848844a2d05c2ce571f2d195fecde67ae Mon Sep 17 00:00:00 2001 From: johan Date: Fri, 6 Jan 2023 09:14:57 +0100 Subject: [PATCH] test --- WEB/Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index 5fb41b19..d392272f 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -23,7 +23,7 @@ class Client{ $response=""; while(strcmp($response,"launchGame")!=0){ $response=socket_read($socket,1024); - if($response!==false) + if($response!=false) { if(strcmp($response,"refreshQueue")==0) {