armark1ng

Untitled

Apr 11th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if (interfaceId == 1284 || interfaceId == 628) {
  2. if (player.getTemporaryAttributtes().get("POS") != null) {
  3. PlayerOwnedShop shop = (PlayerOwnedShop) player
  4. .getTemporaryAttributtes().get("POS");
  5. if (shop.getPlayer() != null)
  6. shop.handleButtonClick(player, interfaceId, componentId,
  7. slotId, slotId2, packetId);
  8. return;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment