You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get a random alt that isn't logged in
Alt alt;
do alt = altManager.get(MathUtils.random(0, altManager.size() - 1));
while (alt.getStatus() == Alt.Status.LOGGED_IN);
login(alt);
this is due to 🦍 code written by brady.
if all your alts are logged in and you hit random this will OBVIOUSLY loop infinitely lol
When logged into an and then pressing random with only one alt in the list the game hard locks.
Steps to reproduce the behavior:
Expected behavior
Nothing I guess. Pressed it by mistake.
Game output
Crash report
Additional Client Info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: