armark1ng

Untitled

Sep 22nd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public void openDungTab() {
  2. this.openGameTab(3);
  3. }
  4.  
  5. public void sendDungPartyInterface() {
  6. setWindowInterface(this.resizableScreen ? 114 : 174, 939);
  7. player.getPackets().sendGlobalConfig(234, 3);
  8. }
  9.  
  10. public void closeDungPartyInterface() {
  11. setWindowInterface(this.resizableScreen ? 114 : 174, 190);
  12. player.getPackets().sendGlobalConfig(234, 0);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment