Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (interfaceId == 1284 || interfaceId == 628) {
- if (player.getTemporaryAttributtes().get("POS") != null) {
- PlayerOwnedShop shop = (PlayerOwnedShop) player
- .getTemporaryAttributtes().get("POS");
- if (shop.getPlayer() != null)
- shop.handleButtonClick(player, interfaceId, componentId,
- slotId, slotId2, packetId);
- return;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment