diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index e013369..7d1f6ea 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2322,7 +2322,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2322 | //m_pendingFriendRequests.Add(friendTransactionID, fromAgentID); | 2322 | //m_pendingFriendRequests.Add(friendTransactionID, fromAgentID); |
2323 | 2323 | ||
2324 | GridInstantMessage msg = new GridInstantMessage(); | 2324 | GridInstantMessage msg = new GridInstantMessage(); |
2325 | msg.fromAgentID = new Guid(m_host.ToString()); // fromAgentID.Guid; | 2325 | msg.fromAgentID = new Guid(m_host.UUID.ToString()); // fromAgentID.Guid; |
2326 | msg.fromAgentSession = new Guid(friendTransactionID.ToString());// fromAgentSession.UUID; | 2326 | msg.fromAgentSession = new Guid(friendTransactionID.ToString());// fromAgentSession.UUID; |
2327 | msg.toAgentID = new Guid(user); // toAgentID.Guid; | 2327 | msg.toAgentID = new Guid(user); // toAgentID.Guid; |
2328 | msg.imSessionID = new Guid(friendTransactionID.ToString()); // This is the item we're mucking with here | 2328 | msg.imSessionID = new Guid(friendTransactionID.ToString()); // This is the item we're mucking with here |