diff --git a/common/src/main/kotlin/quaedam/projection/music/CyberInstrument.kt b/common/src/main/kotlin/quaedam/projection/music/CyberInstrument.kt index a52e26a..1bd1b0a 100644 --- a/common/src/main/kotlin/quaedam/projection/music/CyberInstrument.kt +++ b/common/src/main/kotlin/quaedam/projection/music/CyberInstrument.kt @@ -126,8 +126,8 @@ object CyberInstrumentBlock : Block( val entity = level.getBlockEntity(pos) as CyberInstrumentBlockEntity if (entity.player == null) { entity.startMusic() - return InteractionResult.SUCCESS } + return InteractionResult.SUCCESS } return super.use(state, level, pos, player, hand, hit) }