9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-24 01:19:22 +00:00

Fixed record migration

This commit is contained in:
Auxilor
2021-06-24 08:58:24 +01:00
parent 8bc296f2f8
commit 22f59c7c5c

View File

@@ -59,7 +59,7 @@ public class EffectSummon extends Effect {
}
for (OptionedSound sound : boss.getSummonSounds()) {
player.getWorld().playSound(entity.getLocation(), sound.getSound(), sound.getVolume(), sound.getPitch());
player.getWorld().playSound(entity.getLocation(), sound.sound(), sound.volume(), sound.pitch());
}
}
}