130131132133134135136137138139140
return; } if (!shop.shouldStock(item.id)) { return; } if (!shop.canHold(item.id, item.amount)) { player.getActionSender().sendMessage( "The shop is currently full!"); return; } int itempricez;