ethanmoffat / EndlessClient

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

Send WALK_SPEC when ghosting players #349

Open ethanmoffat opened 1 month ago

ethanmoffat commented 1 month ago

When ghosting another player, the WALK_SPEC packet is used in place of the WALK_PLAYER packet. The contents are identical.

Oversight in initial ghosting implementation.