aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 8f69b3e..608b739 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -3946,8 +3946,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3946 3946
3947 if (part.ParentGroup.IsAttachment) 3947 if (part.ParentGroup.IsAttachment)
3948 { // Someone else's HUD, why are we getting these? 3948 { // Someone else's HUD, why are we getting these?
3949 if (part.ParentGroup.OwnerID != AgentId && 3949 if (part.ParentGroup.OwnerID != AgentId && part.ParentGroup.HasPrivateAttachmentPoint)
3950 part.ParentGroup.RootPart.Shape.State > 30 && part.ParentGroup.RootPart.Shape.State < 39)
3951 continue; 3950 continue;
3952 ScenePresence sp; 3951 ScenePresence sp;
3953 // Owner is not in the sim, don't update it to 3952 // Owner is not in the sim, don't update it to