aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2014-08-19 03:58:16 +0100
committerUbitUmarov2014-08-19 03:58:16 +0100
commit505cbf9983ffd70d473299e517bf792f3f04d46d (patch)
treef40a318551b7f0cd8fc9dd10a80f05e767781663 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parent fix a missed blocking of sending updates the the new attach points above (diff)
downloadopensim-SC_OLD-505cbf9983ffd70d473299e517bf792f3f04d46d.zip
opensim-SC_OLD-505cbf9983ffd70d473299e517bf792f3f04d46d.tar.gz
opensim-SC_OLD-505cbf9983ffd70d473299e517bf792f3f04d46d.tar.bz2
opensim-SC_OLD-505cbf9983ffd70d473299e517bf792f3f04d46d.tar.xz
still another ...
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-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