fix beep
This commit is contained in:
parent
5b000b5b8d
commit
d909e50d7c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue