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