mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +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,
|
broadcastPacket,
|
||||||
currentBufferPosition - 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;
|
break;
|
||||||
default:
|
default:
|
||||||
// hand this off to the AgentList
|
// hand this off to the AgentList
|
||||||
|
|
Loading…
Reference in a new issue