SPIGOT-1903: Only issue player location update after tick (details)
Commit
8e5e90d5eba3253fc7d77943b64a71d50ff1422c
by md_5
SPIGOT-1903: Only issue player location update after tick Previously after a player tick, the player's location would be reset back to the location which they had prior to the tick, only to be (hopefully) corrected at a later point, after the client had attempted (and failed) to acknowledge the location change.