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) {