ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Warping sometimes causes weird jumping glitches #223

Closed ethanmoffat closed 1 year ago

ethanmoffat commented 1 year ago

For warps that take a noticeable amount of time, if you keep the arrow key held, your local game state will no longer match where the server thinks you are. This causes subsequent walk packets to send a bunch of refreshes. On BU this causes your character to jump around the screen.

Need to investigate adding an input delay after warping so walks don't get replayed.