xy 3 weeks ago
parent
commit
5ecd623fcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client.php

+ 1 - 1
src/client.php

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