aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/master.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/master.ts b/webAO/master.ts
index f12674f..17e5f54 100644
--- a/webAO/master.ts
+++ b/webAO/master.ts
@@ -159,7 +159,7 @@ function processServerlist(serverlist: AOServer[]) {
continue;
}
- const clientURL: string = `${http_protocol}//${host}/client.html`;
+ const clientURL: string = `${http_protocol}://${host}/client.html`;
const connect = `${ws_protocol}://${server.ip}:${port}`;
const serverName = server.name;
server.online = `Players: ${server.players}`;