mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-23 18:03:51 +00:00
Broadcast to group
This commit is contained in:
parent
2d8ef8d286
commit
ed4d72c54b
@ -13157,6 +13157,11 @@ void Client::BroadcastPositionUpdate()
|
||||
spu->animation = 0;
|
||||
|
||||
entity_list.QueueCloseClients(this, &outapp, true, zone->GetMaxUpdateRange());
|
||||
|
||||
Group *g = GetGroup();
|
||||
if (g) {
|
||||
g->QueuePacket(&outapp);
|
||||
}
|
||||
}
|
||||
|
||||
void Client::SetVisibility(Mob* mob, bool visible) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user