From e1620384089976954d80161e1a91b17b1ac75d95 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Mon, 20 Nov 2023 00:00:21 +0100 Subject: Warning about no ws port --- webAO/master.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO') 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; } -- cgit