aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/master.ts1
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;
}