|
@@ -51,7 +51,7 @@ public class RepairManager extends SkillManager {
|
|
|
}
|
|
|
|
|
|
if (Config.getInstance().getRepairAnvilPlaceSoundsEnabled()) {
|
|
|
- player.playSound(player.getLocation(), Sound.ANVIL_LAND, Misc.ANVIL_USE_VOLUME, Misc.ANVIL_USE_PITCH);
|
|
|
+ player.playSound(player.getLocation(), Sound.BLOCK_ANVIL_LAND, Misc.ANVIL_USE_VOLUME, Misc.ANVIL_USE_PITCH);
|
|
|
}
|
|
|
|
|
|
togglePlacedAnvil();
|
|
@@ -145,7 +145,7 @@ public class RepairManager extends SkillManager {
|
|
|
|
|
|
// BWONG BWONG BWONG
|
|
|
if (Config.getInstance().getRepairAnvilUseSoundsEnabled()) {
|
|
|
- player.playSound(player.getLocation(), Sound.ANVIL_USE, Misc.ANVIL_USE_VOLUME, Misc.ANVIL_USE_PITCH);
|
|
|
+ player.playSound(player.getLocation(), Sound.BLOCK_ANVIL_USE, Misc.ANVIL_USE_VOLUME, Misc.ANVIL_USE_PITCH);
|
|
|
}
|
|
|
|
|
|
// Repair the item!
|