From 4fa8debde535a3b1f972c875d146648f358c7498 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 24 Jul 2016 15:43:35 +0100 Subject: [PATCH] Ooops ... --- OpenSim/Framework/GridInstantMessage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/GridInstantMessage.cs b/OpenSim/Framework/GridInstantMessage.cs index d856173962..a9fefcbd7c 100644 --- a/OpenSim/Framework/GridInstantMessage.cs +++ b/OpenSim/Framework/GridInstantMessage.cs @@ -112,7 +112,7 @@ namespace OpenSim.Framework UUID _imSessionID, bool _offline, Vector3 _position, byte[] _binaryBucket, bool addTimestamp) : this(scene, _fromAgentID, _fromAgentName, _toAgentID, _dialog, false, _message, - _fromAgentID ^ _toAgentID, _offline, _position, new byte[0], UUID.Zero, true) + _fromAgentID ^ _toAgentID, _offline, _position, _binaryBucket, UUID.Zero, true) { }