diff --git a/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpBeep.kt b/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpBeep.kt index fd67d297..2519a54c 100644 --- a/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpBeep.kt +++ b/src/main/java/at/petrak/hexcasting/common/casting/operators/spells/OpBeep.kt @@ -33,7 +33,7 @@ object OpBeep : SpellOperator { ) } - override fun getHasCastingSound(): Boolean = false + override fun hasCastingSound(ctx: CastingContext) = false private data class Spell(val target: Vec3, val note: Int, val instrument: NoteBlockInstrument) : RenderedSpell { override fun cast(ctx: CastingContext) {