aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2016-07-24 15:55:31 +0100
committerUbitUmarov2016-07-24 15:55:31 +0100
commit37936550f0879605721fb161e60b4e1add06f5e7 (patch)
treefec73ceeda5daddf2195fc68c4429f539cb32b41
parent Ooops ... (diff)
downloadopensim-SC_OLD-37936550f0879605721fb161e60b4e1add06f5e7.zip
opensim-SC_OLD-37936550f0879605721fb161e60b4e1add06f5e7.tar.gz
opensim-SC_OLD-37936550f0879605721fb161e60b4e1add06f5e7.tar.bz2
opensim-SC_OLD-37936550f0879605721fb161e60b4e1add06f5e7.tar.xz
reOoops ...
-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