don't add agents in DS packet to avatar mixer agent list

This commit is contained in:
Stephen Birarda 2013-04-29 15:06:46 -07:00
parent b7a746648a
commit 6ca21d96d1

View file

@ -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