diff options
author | UbitUmarov | 2014-10-24 18:10:28 +0100 |
---|---|---|
committer | UbitUmarov | 2014-10-24 18:10:28 +0100 |
commit | 4571e5bc3e284c916d1ae4dd6429b80a8028b8e0 (patch) | |
tree | 29420430b8535b1498b3fb656cb6b20e6409619f /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | TEST**** wingridproxy detection at grid login. Untested possible not (diff) | |
download | opensim-SC-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.zip opensim-SC-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.tar.gz opensim-SC-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.tar.bz2 opensim-SC-4571e5bc3e284c916d1ae4dd6429b80a8028b8e0.tar.xz |
try to make SOG crossings full async. Simplify some borders checking....
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
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) |