0
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-07-14 15:25:07 +00:00
Files
Paper/paper-server/patches/features/0006-Optimize-Collision-to-not-load-chunks.patch
Spottedleaf 2f083acbed Ensure player entity schedulers are ticked when they are dead
If the player dies, then they are removed from the world and
as a result are not present in the world entity map.

To guarantee that the player entity scheduler is ticked, we can
tick all schedulers for players in the server player list, and
then skip all players we find in the world entity map.

This problem is not present on Folia since Folia must guarantee
that the player remains in the world.
2025-06-24 05:12:58 -07:00

5.9 KiB