mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Merge pull request #167 from birarda/master
don't add agents to avatar mixer agent list from domain server packet
This commit is contained in:
commit
29f957e32b
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