diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 50c5363..bc6c998 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -73,7 +73,7 @@ fpPromise let connectionString = connect; - if (!connectionString) { + if (!connectionString && mode !== "replay") { if (serverIP) { // if connectionString is not set, try IP // and just guess ws, though it could be wss |
