3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-15 19:10:09 +01:00
Paper/patches
Spottedleaf d86fde5523 Do not sync load chunk for dynamic game event listener registration
These can be called while an entity is being added to the world,
and if the entity is being added from a chunk load context the
sync load will block indefinitely (because the chunk load context
is for completing the chunk to FULL).

This does raise questions about the current system for these
dynamic registrations, as it looks like there is _zero_ logic
to account for the case where the chunk is _not_ currently loaded
and then later loaded.
2022-07-03 22:42:58 -07:00
..
api Add Player#getFishHook (#7988) 2022-07-03 12:24:29 -07:00
removed Readd mc-4 fix 2022-06-11 10:41:59 +02:00
server Do not sync load chunk for dynamic game event listener registration 2022-07-03 22:42:58 -07:00