diff options
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) |