dont ask to continue join when user cancels

This commit is contained in:
creeper123123321 2021-01-23 19:37:06 -03:00
parent ffb8980fb2
commit 3a7e5b1e51

View File

@ -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);
}
}