diff --git a/common/src/main/kotlin/quaedam/projector/ProjectorBlockEntity.kt b/common/src/main/kotlin/quaedam/projector/ProjectorBlockEntity.kt index 9df1029..9f5a641 100644 --- a/common/src/main/kotlin/quaedam/projector/ProjectorBlockEntity.kt +++ b/common/src/main/kotlin/quaedam/projector/ProjectorBlockEntity.kt @@ -92,7 +92,7 @@ class ProjectorBlockEntity(pos: BlockPos, state: BlockState) : this.effects = effects if (level != null) { val level = level!! - if (level.isClientSide && notify) { + if (!level.isClientSide && notify) { sendBlockUpdated() } val addedEffects = effects.filterKeys { it !in oldEffects }