Advertisement
Guest User

Untitled

a guest
May 1st, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. public void resetLogout() {
  2.  
  3. try {
  4. if (socketStream != null)
  5. socketStream.close();
  6. } catch (Exception _ex) {
  7. }
  8. socketStream = null;
  9. loggedIn = false;
  10. loginScreenState = 0;
  11. followPlayer = 0;
  12. followNPC = 0;
  13. followDistance = 1;
  14. // myUsername = "";
  15. // myPassword = "";
  16. unlinkMRUNodes();
  17. worldController.initToNull();
  18. for (int i = 0; i < 4; i++)
  19. aClass11Array1230[i].method210();
  20. System.gc();
  21. stopMidi();
  22. currentSong = -1;
  23. nextSong = -1;
  24. prevSong = 0;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement