9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 04:29:05 +00:00

More merge conflicts please

This commit is contained in:
CocoTheOwner
2021-08-17 18:07:38 +02:00
parent 198820d95d
commit 01479a82de
10 changed files with 11 additions and 11 deletions

View File

@@ -100,8 +100,8 @@ public abstract class MortarCommand implements ICommand {
}
if (sender.isPlayer() && IrisSettings.get().getGeneral().isCommandSounds()) {
sender.player().getWorld().playSound(sender.player().getLocation(), Sound.ITEM_BOOK_PAGE_TURN, 0.28f, 1.4f);
sender.player().getWorld().playSound(sender.player().getLocation(), Sound.ITEM_AXE_STRIP, 0.35f, 1.7f);
sender.playSound(Sound.ITEM_BOOK_PAGE_TURN, 0.28f, 1.4f);
sender.playSound(Sound.ITEM_AXE_STRIP, 0.35f, 1.7f);
}
}