mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +08:00
Add the object owner UUID into the binary bucket of object to user IM
This commit is contained in:
@@ -3272,7 +3272,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
msg.ParentEstateID = 0; //ParentEstateID;
|
||||
msg.Position = Vector3.Zero;// new Vector3(m_host.AbsolutePosition);
|
||||
msg.RegionID = World.RegionInfo.RegionID.Guid;//RegionID.Guid;
|
||||
msg.binaryBucket = new byte[0];// binaryBucket;
|
||||
msg.binaryBucket = Util.StringToBytes256(m_host.OwnerID.ToString());
|
||||
|
||||
if (m_TransferModule != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user