1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-19 11:39:50 +01:00
PaperMC/patches
Spottedleaf a594d182e4 Fix entities not being visible to clients when teleporting
When teleporting, the spawn position packet will contain the
old position. Then the following tracking update will send a
teleport packet, but the client will lerp the position change
over 3 ticks. However, the client does not tick entities in
unloaded chunks - resulting in the lerp never occuring.

We fix this by sending the current position in the spawn packet.
2024-07-11 08:34:10 -07:00
..
api Updated Upstream (Bukkit/CraftBukkit/Spigot) () 2024-07-06 21:19:14 +02:00
removed Remove fully dropped patches 2024-06-16 13:14:53 +02:00
server Fix entities not being visible to clients when teleporting 2024-07-11 08:34:10 -07:00
unapplied/server Apply entity tracker desync patch 2024-07-11 08:15:36 -07:00