aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs1
1 files changed, 0 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 8eff58e..2408a5e 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -2623,7 +2623,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
2623 2623
2624 GridInstantMessage msg = new GridInstantMessage(); 2624 GridInstantMessage msg = new GridInstantMessage();
2625 msg.fromAgentID = new Guid(m_host.UUID.ToString()); // fromAgentID.Guid; 2625 msg.fromAgentID = new Guid(m_host.UUID.ToString()); // fromAgentID.Guid;
2626 msg.fromAgentSession = new Guid(friendTransactionID.ToString());// fromAgentSession.UUID;
2627 msg.toAgentID = new Guid(user); // toAgentID.Guid; 2626 msg.toAgentID = new Guid(user); // toAgentID.Guid;
2628 msg.imSessionID = new Guid(friendTransactionID.ToString()); // This is the item we're mucking with here 2627 msg.imSessionID = new Guid(friendTransactionID.ToString()); // This is the item we're mucking with here
2629// Console.WriteLine("[Scripting IM]: From:" + msg.fromAgentID.ToString() + " To: " + msg.toAgentID.ToString() + " Session:" + msg.imSessionID.ToString() + " Message:" + message); 2628// Console.WriteLine("[Scripting IM]: From:" + msg.fromAgentID.ToString() + " To: " + msg.toAgentID.ToString() + " Session:" + msg.imSessionID.ToString() + " Message:" + message);