mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 22:06:26 +08:00
* Fix a missing .UUID in llInstantMessage
This commit is contained in:
@@ -2507,7 +2507,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
//m_pendingFriendRequests.Add(friendTransactionID, fromAgentID);
|
||||
|
||||
GridInstantMessage msg = new GridInstantMessage();
|
||||
msg.fromAgentID = new Guid(m_host.ToString()); // fromAgentID.Guid;
|
||||
msg.fromAgentID = new Guid(m_host.UUID.ToString()); // fromAgentID.Guid;
|
||||
msg.fromAgentSession = new Guid(friendTransactionID.ToString());// fromAgentSession.UUID;
|
||||
msg.toAgentID = new Guid(user); // toAgentID.Guid;
|
||||
msg.imSessionID = new Guid(friendTransactionID.ToString()); // This is the item we're mucking with here
|
||||
|
||||
Reference in New Issue
Block a user