aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2014-10-24 18:10:28 +0100
committerUbitUmarov2014-10-24 18:10:28 +0100
commit4571e5bc3e284c916d1ae4dd6429b80a8028b8e0 (patch)
tree29420430b8535b1498b3fb656cb6b20e6409619f /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parent TEST**** wingridproxy detection at grid login. Untested possible not (diff)
downloadopensim-SC_OLD-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.zip
opensim-SC_OLD-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.tar.gz
opensim-SC_OLD-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.tar.bz2
opensim-SC_OLD-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.tar.xz
try to make SOG crossings full async. Simplify some borders checking....
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-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 6385aed..6f42990 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -3865,7 +3865,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3865 { 3865 {
3866 SceneObjectPart part = (SceneObjectPart)update.Entity; 3866 SceneObjectPart part = (SceneObjectPart)update.Entity;
3867 3867
3868 if (part.ParentGroup.IsDeleted) 3868 if (part.ParentGroup.IsDeleted || part.ParentGroup.inTransit)
3869 continue; 3869 continue;
3870 3870
3871 if (part.ParentGroup.IsAttachment) 3871 if (part.ParentGroup.IsAttachment)