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