diff options
author | UbitUmarov | 2016-07-24 15:43:35 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-24 15:43:35 +0100 |
commit | 4fa8debde535a3b1f972c875d146648f358c7498 (patch) | |
tree | bb05f51dd95a7caa0e6a0016ac99d0656f13feca /OpenSim/Framework/GridInstantMessage.cs | |
parent | add missing IM parameter ( needs fix where it is really relevant ) (diff) | |
download | opensim-SC-4fa8debde535a3b1f972c875d146648f358c7498.zip opensim-SC-4fa8debde535a3b1f972c875d146648f358c7498.tar.gz opensim-SC-4fa8debde535a3b1f972c875d146648f358c7498.tar.bz2 opensim-SC-4fa8debde535a3b1f972c875d146648f358c7498.tar.xz |
Ooops ...
Diffstat (limited to 'OpenSim/Framework/GridInstantMessage.cs')
-rw-r--r-- | OpenSim/Framework/GridInstantMessage.cs | 2 |
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 | ||