Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void openDungTab() {
- this.openGameTab(3);
- }
- public void sendDungPartyInterface() {
- setWindowInterface(this.resizableScreen ? 114 : 174, 939);
- player.getPackets().sendGlobalConfig(234, 3);
- }
- public void closeDungPartyInterface() {
- setWindowInterface(this.resizableScreen ? 114 : 174, 190);
- player.getPackets().sendGlobalConfig(234, 0);
- }
Advertisement
Add Comment
Please, Sign In to add comment