Merge branch '1.19.4' of https://git.dbotthepony.ru/DBot/overdrive_that_matters into 1.19.3
This commit is contained in:
commit
29daea9bce
@ -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