diff --git a/src/main/java/com/songoda/skyblock/challenge/inventory/inv/ChallengeInventory.java b/src/main/java/com/songoda/skyblock/challenge/inventory/inv/ChallengeInventory.java index c1043c13..9d956657 100644 --- a/src/main/java/com/songoda/skyblock/challenge/inventory/inv/ChallengeInventory.java +++ b/src/main/java/com/songoda/skyblock/challenge/inventory/inv/ChallengeInventory.java @@ -100,7 +100,7 @@ public class ChallengeInventory implements InventoryProvider { // Update inv.updateItem(ic.getCol(), ic.getRow(), is2); } else - p.playSound(p.getLocation(), Sound.BLOCK_GLASS_BREAK, 1, 1); + p.playSound(p.getLocation(), CompatibleSound.BLOCK_GLASS_BREAK.getSound(), 1, 1); }; inv.set(ic.getCol(), ic.getRow(), ClickableItem.of(is, consumer)); }