aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/GridInstantMessage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/GridInstantMessage.cs b/OpenSim/Framework/GridInstantMessage.cs
index d856173..a9fefcb 100644
--- a/OpenSim/Framework/GridInstantMessage.cs
+++ b/OpenSim/Framework/GridInstantMessage.cs
@@ -112,7 +112,7 @@ namespace OpenSim.Framework
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, _fromAgentName,
114 _toAgentID, _dialog, false, _message, 114 _toAgentID, _dialog, false, _message,
115 _fromAgentID ^ _toAgentID, _offline, _position, new byte[0], UUID.Zero, true) 115 _fromAgentID ^ _toAgentID, _offline, _position, _binaryBucket, UUID.Zero, true)
116 { 116 {
117 } 117 }
118 118