This commit is contained in:
DBotThePony 2024-06-01 20:16:50 +07:00
commit 33a1145bc5
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -37,10 +37,10 @@ class HoloSignBlockEntity(blockPos: BlockPos, blockState: BlockState) : MatteryB
if (access.get() != value) {
access.accept(value)
if (level !is ServerLevel) {
markDirtyClientside()
} else {
if (level is ServerLevel) {
markDirtyFast()
} else if (level != null) {
markDirtyClientside()
}
}
}