Merge branch '1.20.1' of https://git.dbotthepony.ru/DBot/overdrive_that_matters into 1.19.4
This commit is contained in:
commit
ecb8a8ecd0
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user