This commit is contained in:
DBotThePony 2024-01-13 11:50:50 +07:00
commit 55c975f1e8
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -658,7 +658,7 @@ abstract class MatteryBlockEntity(p_155228_: BlockEntityType<*>, p_155229_: Bloc
veto.add(player)
recheckPlayer(player)
} else if (player !in veto) {
LOGGER.warn("Player got subscribed to ${ChunkPos(chunkPos)} multiple times without unsubscribing, forcefully resubscribing")
LOGGER.warn("$player got subscribed to ${ChunkPos(chunkPos)} multiple times without unsubscribing, forcefully resubscribing")
unsubscribe(player)
subscribe(player)
}