Make sure player is still watching for chunk when networking
This commit is contained in:
parent
d56cf36fb9
commit
c1d244dda6
@ -335,8 +335,8 @@ abstract class SynchronizedBlockEntity(p_155228_: BlockEntityType<*>, p_155229_:
|
||||
players.add(event.player)
|
||||
it.changeset++
|
||||
|
||||
onceServer(20) {
|
||||
if (!event.player.hasDisconnected()) {
|
||||
onceServer(10) {
|
||||
if (!event.player.hasDisconnected() && event.player in players) {
|
||||
blocks.forValidRefs {
|
||||
it.synchronizeToPlayers(false)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user