aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP
diff options
context:
space:
mode:
authorubit2012-08-25 16:33:29 +0200
committerubit2012-08-25 16:33:29 +0200
commit7a4dba2fdc4b2f33921cc931a7102abd25600927 (patch)
tree873d526493b8278a255173923a3c228bb228eeb4 /OpenSim/Region/ClientStack/Linden/UDP
parent try fixing building.. (diff)
parentMerge branch 'avination' into ubitwork (diff)
downloadopensim-SC-7a4dba2fdc4b2f33921cc931a7102abd25600927.zip
opensim-SC-7a4dba2fdc4b2f33921cc931a7102abd25600927.tar.gz
opensim-SC-7a4dba2fdc4b2f33921cc931a7102abd25600927.tar.bz2
opensim-SC-7a4dba2fdc4b2f33921cc931a7102abd25600927.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-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 8cac731..ddd8f18 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -3809,7 +3809,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3809 if (part.ParentGroup.IsAttachment) 3809 if (part.ParentGroup.IsAttachment)
3810 { // Someone else's HUD, why are we getting these? 3810 { // Someone else's HUD, why are we getting these?
3811 if (part.ParentGroup.OwnerID != AgentId && 3811 if (part.ParentGroup.OwnerID != AgentId &&
3812 part.ParentGroup.RootPart.Shape.State >= 30) 3812 part.ParentGroup.RootPart.Shape.State > 30)
3813 continue; 3813 continue;
3814 ScenePresence sp; 3814 ScenePresence sp;
3815 // Owner is not in the sim, don't update it to 3815 // Owner is not in the sim, don't update it to