aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/GridInstantMessage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/GridInstantMessage.cs')
-rw-r--r--OpenSim/Framework/GridInstantMessage.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/GridInstantMessage.cs b/OpenSim/Framework/GridInstantMessage.cs
index a9fefcb..53d98db 100644
--- a/OpenSim/Framework/GridInstantMessage.cs
+++ b/OpenSim/Framework/GridInstantMessage.cs
@@ -110,9 +110,9 @@ namespace OpenSim.Framework
110 string _fromAgentName, UUID _toAgentID, 110 string _fromAgentName, UUID _toAgentID,
111 byte _dialog, bool _fromGroup, string _message, 111 byte _dialog, bool _fromGroup, string _message,
112 UUID _imSessionID, bool _offline, Vector3 _position, 112 UUID _imSessionID, bool _offline, Vector3 _position,
113 byte[] _binaryBucket, bool addTimestamp) : this(scene, _fromAgentID, _fromAgentName, 113 byte[] _binaryBucket, bool addTimestamp) : this (scene, _fromAgentID,
114 _toAgentID, _dialog, false, _message, 114 _fromAgentName, _toAgentID, _dialog, _fromGroup, _message,
115 _fromAgentID ^ _toAgentID, _offline, _position, _binaryBucket, UUID.Zero, true) 115 _imSessionID, _offline, _position, _binaryBucket, UUID.Zero, addTimestamp)
116 { 116 {
117 } 117 }
118 118