diff options
author | Spottedleaf <[email protected]> | 2024-07-11 08:32:15 -0700 |
---|---|---|
committer | Spottedleaf <[email protected]> | 2024-07-11 08:34:10 -0700 |
commit | a594d182e49e6f5a788075243bbff97f86b1edd7 (patch) | |
tree | 604c10e100dc6ff178a9131ed27023e13ee3e647 /work | |
parent | 8b558d9e0b5164dd93421624a3ce5c7f3dfb8fa6 (diff) | |
download | Paper-a594d182e49e6f5a788075243bbff97f86b1edd7.tar.gz Paper-a594d182e49e6f5a788075243bbff97f86b1edd7.zip |
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.
Diffstat (limited to 'work')
0 files changed, 0 insertions, 0 deletions