mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-04-03 02:26:01 +02:00
Use the new Workaround in buy signs.
This commit is contained in:
parent
631c7f30b6
commit
adc7502115
@ -33,7 +33,7 @@ public class SignBuy extends EssentialsSign
|
||||
item.setAmount(amount);
|
||||
final Charge charge = getCharge(sign, 3, ess);
|
||||
charge.isAffordableFor(player);
|
||||
final Map<Integer, ItemStack> leftOver = player.getInventory().addItem(item);
|
||||
final Map<Integer, ItemStack> leftOver = InventoryWorkaround.addItem(player.getInventory(), true, item);
|
||||
for (ItemStack itemStack : leftOver.values())
|
||||
{
|
||||
InventoryWorkaround.dropItem(player.getLocation(), itemStack);
|
||||
|
Loading…
Reference in New Issue
Block a user