diff options
| author | David Skoland <davidskoland@gmail.com> | 2023-11-20 00:00:21 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2023-11-20 21:10:04 +0100 |
| commit | e1620384089976954d80161e1a91b17b1ac75d95 (patch) | |
| tree | 0ddbe27553401a0c77a33a70f37db97e77417582 /webAO | |
| parent | 45dd60334185f97a0798c8ba7adad98261309878 (diff) | |
Warning about no ws port
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/master.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/master.ts b/webAO/master.ts index dc169e4..000f816 100644 --- a/webAO/master.ts +++ b/webAO/master.ts @@ -153,6 +153,7 @@ function processServerlist(serverlist: AOServer[]) { protocol = 'wss'; } if (port === 0 || protocol === '') { + console.warn(`Server ${server.name} has no websocket port, skipping`) continue; } |
