xy hai 3 semanas
pai
achega
e3fe190168
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client.php

+ 1 - 1
src/client.php

@@ -91,7 +91,7 @@ class GameClient {
     }
 
     private function initWebSocketConnection() {
-        $this->client = new WebSocketClient('https://leaf.ktle.top');
+        $this->client = new WebSocketClient('wss://localhost:3653');
         
         $this->client->on(MsgID::RESENTERHALL, function($binaryData) {
             $response = new ResEnterHall();