mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 16:12:12 +02:00
don't add agents in DS packet to avatar mixer agent list
This commit is contained in:
parent
b7a746648a
commit
6ca21d96d1
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ int main(int argc, const char* argv[])
|
|||
broadcastPacket,
|
||||
currentBufferPosition - broadcastPacket);
|
||||
|
||||
break;
|
||||
case PACKET_HEADER_DOMAIN:
|
||||
// ignore the DS packet, for now agents are added only when they communicate directly with us
|
||||
break;
|
||||
default:
|
||||
// hand this off to the AgentList
|
||||
|
|
Loading…
Reference in a new issue