Essence 0 Share Posted February 6, 2020 By disabling the solver and then logging out, we can wait before logging back in. However when we want to log back in by enabling the solver, the code doesn't wait for the log in to happen before running the subsequent code. I want dream bot to do a while loop until the account is logged in. Which method lets me see if the player is logged in or still logging in? Link to comment Share on other sites More sharing options...
johnycoool 2 Share Posted February 6, 2020 getClient().getGameState().equals(GameState.LOGGED_IN) Link to comment Share on other sites More sharing options...
Nuclear Nezz 1969 Share Posted February 7, 2020 or getClient().isLoggedIn() Link to comment Share on other sites More sharing options...
Essence 0 Author Share Posted February 7, 2020 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now