xy 3 주 전
부모
커밋
e3fe190168
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();