mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
The block change acknowledgement was only sent from the keepalive timer, so it went out at most once every 15s. Until it lands the client keeps showing its own prediction for the block it interacted with and drops our updates for that position. Vanilla sends it at the end of the packet that carried the sequence, so move it there.