WiseTree
YuRaNnNzZZ — Вчера, в 16:07 там был текст и цвет
This commit is contained in:
parent
dc870f7c5f
commit
5e844095ef
@ -37,10 +37,10 @@ class HoloSignBlockEntity(blockPos: BlockPos, blockState: BlockState) : MatteryB
|
|||||||
if (access.get() != value) {
|
if (access.get() != value) {
|
||||||
access.accept(value)
|
access.accept(value)
|
||||||
|
|
||||||
if (level !is ServerLevel) {
|
if (level is ServerLevel) {
|
||||||
markDirtyClientside()
|
|
||||||
} else {
|
|
||||||
markDirtyFast()
|
markDirtyFast()
|
||||||
|
} else if (level != null) {
|
||||||
|
markDirtyClientside()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user