armark1ng

Untitled

Sep 22nd, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public void openPartyInterface() {
  2. player.getInterfaceManager().openDungTab();
  3. player.getInterfaceManager().sendDungPartyInterface();
  4. refreshFloor();
  5. refreshCurrentProgress();
  6. refreshPreviousProgress();
  7. refreshComplexity();
  8. refreshPartyDetailsComponents();
  9. refreshPartyGuideModeComponent();
  10. refreshNames();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment