From 338a4d8d3b158c47434ce22e1481d2a3e6b79a85 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 5 Aug 2016 01:37:20 +0100 Subject: [PATCH] duplicate objects with the group requested by viewers and not internal idea of active one --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 2c706db7e2..2e59e33d4e 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -7646,7 +7646,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP { handlerObjectDuplicate(dupe.ObjectData[i].ObjectLocalID, dupe.SharedData.Offset, dupe.SharedData.DuplicateFlags, AgentId, - ActiveGroupId); + dupe.AgentData.GroupID); } }