Added avatar names to Simian.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2109 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -88,10 +88,10 @@ namespace Simian
|
||||
kill.ObjectData[0] = new KillObjectPacket.ObjectDataBlock();
|
||||
kill.ObjectData[0].ID = agent.Avatar.LocalID;
|
||||
|
||||
server.Agents.Remove(agent.Address);
|
||||
|
||||
foreach (Agent recipient in server.Agents.Values)
|
||||
recipient.SendPacket(kill);
|
||||
|
||||
server.Agents.Remove(agent.Address);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user