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:
birarda 2013-04-29 15:07:21 -07:00
commit 29f957e32b

View file

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