aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 2c706db..2e59e33 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
7646 { 7646 {
7647 handlerObjectDuplicate(dupe.ObjectData[i].ObjectLocalID, dupe.SharedData.Offset, 7647 handlerObjectDuplicate(dupe.ObjectData[i].ObjectLocalID, dupe.SharedData.Offset,
7648 dupe.SharedData.DuplicateFlags, AgentId, 7648 dupe.SharedData.DuplicateFlags, AgentId,
7649 ActiveGroupId); 7649 dupe.AgentData.GroupID);
7650 } 7650 }
7651 } 7651 }
7652 7652