This commit is contained in:
yrsegal@gmail.com 2022-04-27 21:41:26 -04:00
parent 5b000b5b8d
commit d909e50d7c

View file

@ -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) {