Folia/folia-server/minecraft-patches/features
Spottedleaf b54ba0d75b Remove nearbyPlayers cache on ChunkData
We cannot guarantee that the current region owns the chunk
associated with the ChunkData. As a result, more than 1 region
may write to the field.

Additionally, we did not include any logic to adjust the field during
a region merge or split - which would leave invalid data in the field.

As a result, the nearbyPlayers data retrieved from the ChunkData
was possibly invalid which may have lead to entity tracker desync
problems.

Fixes https://github.com/PaperMC/Folia/issues/317
2025-01-20 04:56:56 -08:00
..
0001-Max-pending-logins.patch Split Minecraft patches into file patches 2025-01-11 06:45:50 -08:00
0002-Add-chunk-system-throughput-counters-to-tps.patch Split Minecraft patches into file patches 2025-01-11 06:45:50 -08:00
0003-Prevent-block-updates-in-non-loaded-or-non-owned-chu.patch Split Minecraft patches into file patches 2025-01-11 06:45:50 -08:00
0004-Block-reading-in-world-tile-entities-on-worldgen-thr.patch Split Minecraft patches into file patches 2025-01-11 06:45:50 -08:00
0005-Sync-vehicle-position-to-player-position-on-player-d.patch Split Minecraft patches into file patches 2025-01-11 06:45:50 -08:00
0006-Region-profiler.patch Remove nearbyPlayers cache on ChunkData 2025-01-20 04:56:56 -08:00
0007-Add-watchdog-thread.patch Split Minecraft patches into file patches 2025-01-11 06:45:50 -08:00