Websocket connects

This commit is contained in:
Owen
2025-08-14 11:58:08 -07:00
parent aabfa91f80
commit 200e3af384
6 changed files with 38 additions and 14 deletions

View File

@@ -148,7 +148,7 @@ export class Config {
}
public isHybridMode() {
return this.rawConfig?.hybrid;
return typeof this.rawConfig?.hybrid === "object";
}
public async checkSupporterKey() {