diff options
| -rw-r--r-- | webAO/master.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/master.ts b/webAO/master.ts index 23f6461..112e035 100644 --- a/webAO/master.ts +++ b/webAO/master.ts @@ -173,7 +173,7 @@ function processServerlist(serverlist: AOServer[]) { ws_protocol = 'ws'; http_protocol = 'http'; } - if (server.wss_port) { + if (server.wss_port && !window.navigator.userAgent.includes("Nintendo")) { ws_port = server.wss_port; ws_protocol = 'wss'; http_protocol = 'https'; |
