Added support for linked sets in Simian (unlinking is not yet supported). Moved static BuildFullUpdate and related functions to SimulationObject.cs
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2190 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -74,6 +74,8 @@ namespace Simian.Extensions
|
||||
sendIM.MessageBlock.Timestamp = 0;
|
||||
sendIM.MessageBlock.Position = agent.Avatar.Position;
|
||||
|
||||
sendIM.AgentData.AgentID = agent.AgentID;
|
||||
|
||||
Server.UDP.SendPacket(recipient.AgentID, sendIM, PacketCategory.Transaction);
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user