mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 02:18:26 +00:00
Update client.cpp
This commit is contained in:
+1
-1
@@ -13157,7 +13157,7 @@ void Client::BroadcastPositionUpdate()
|
|||||||
spu->delta_heading = FloatToEQ10(0);
|
spu->delta_heading = FloatToEQ10(0);
|
||||||
spu->animation = 0;
|
spu->animation = 0;
|
||||||
|
|
||||||
entity_list.QueueCloseClients(this, &outapp, true, zone->GetMaxUpdateRange());
|
entity_list.QueueCloseClients(this, &outapp, true, zone->GetMaxClientUpdateRange());
|
||||||
|
|
||||||
Group *g = GetGroup();
|
Group *g = GetGroup();
|
||||||
if (g) {
|
if (g) {
|
||||||
|
|||||||
Reference in New Issue
Block a user