mirror of
https://github.com/PaperMC/Folia.git
synced 2025-04-21 11:49:20 +08:00
CraftEntity properly tracks the underlying entity handle when the entity teleports. This resolves a race condition where if an enderpearl was ticked while its owner was teleporting, the owner reference would be lost. Fixes https://github.com/PaperMC/Folia/issues/279