mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 16:38:26 +00:00
Taper down on non-moving client update spam
This commit is contained in:
@@ -120,7 +120,7 @@ bool Client::Process() {
|
||||
SendHPUpdate();
|
||||
|
||||
/* I haven't naturally updated my position in 10 seconds, updating manually */
|
||||
if (position_update_timer.Check()) {
|
||||
if (!is_client_moving && position_update_timer.Check()) {
|
||||
SendPositionUpdate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user