mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 23:20:25 +00:00
A bunch of send position changes, rename navigateto
This commit is contained in:
@@ -122,7 +122,7 @@ bool Client::Process() {
|
||||
|
||||
/* I haven't naturally updated my position in 10 seconds, updating manually */
|
||||
if (!is_client_moving && position_update_timer.Check()) {
|
||||
SendPositionUpdate();
|
||||
SentPositionPacket(0.0f, 0.0f, 0.0f, 0.0f, 0);
|
||||
}
|
||||
|
||||
if (mana_timer.Check())
|
||||
|
||||
Reference in New Issue
Block a user