diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index d392272f..557a81f5 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -22,6 +22,7 @@ class Client{ $request="Queuing"; $response=""; while(strcmp($response,"launchGame")!=0){ + echo "test"; $response=socket_read($socket,1024); if($response!=false) {