mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-23 21:52:35 +01:00
dont ask to continue join when user cancels
This commit is contained in:
parent
ffb8980fb2
commit
3a7e5b1e51
@ -281,7 +281,7 @@ function onSocketMsg(event) {
|
||||
alert("Couldn't find " + parsed.user + " account in browser.");
|
||||
confirmJoin(parsed.session_hash);
|
||||
}
|
||||
} else if (confirm("Continue without authentication (works on LAN worlds)?")) {
|
||||
} else {
|
||||
confirmJoin(parsed.session_hash);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user