diff --git a/zone/client.cpp b/zone/client.cpp index 7fed845ed..ac1720768 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -13157,7 +13157,7 @@ void Client::BroadcastPositionUpdate() spu->delta_heading = FloatToEQ10(0); spu->animation = 0; - entity_list.QueueCloseClients(this, &outapp, true, zone->GetMaxUpdateRange()); + entity_list.QueueCloseClients(this, &outapp, true, zone->GetMaxClientUpdateRange()); Group *g = GetGroup(); if (g) {