Skip to content

Commit

Permalink
fix singleplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Dec 6, 2023
1 parent 8aa28d0 commit 209f466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webAO/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209f466

Please sign in to comment.