Add position to IM sent from llInstantMessage(), to better fulfill client expectations

0.7.1-dev
Justin Clark-Casey (justincc) 2011-02-04 23:14:21 +00:00
parent a51005aacd
commit 5b7a5a5b8b
1 changed files with 1 additions and 1 deletions

View File

@ -3061,7 +3061,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
msg.fromGroup = false;// fromGroup;
msg.offline = (byte)0; //offline;
msg.ParentEstateID = 0; //ParentEstateID;
msg.Position = Vector3.Zero;// new Vector3(m_host.AbsolutePosition);
msg.Position = new Vector3(m_host.AbsolutePosition);
msg.RegionID = World.RegionInfo.RegionID.Guid;//RegionID.Guid;
msg.binaryBucket
= Util.StringToBytes256(