Files
Pumpkin/crates
Maksas Gornostajus 635cea3852 fix(net): acknowledge block changes after handling each packet (#2940)
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.
2026-08-15 10:16:01 +02:00
..