aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index cb2f377..1bb5854 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -530,7 +530,7 @@ namespace OpenSim.Region.Framework.Scenes
530 { 530 {
531 Vector3 val = value; 531 Vector3 val = value;
532 if (Scene != null 532 if (Scene != null
533 && Scene.PositionIsInCurrentRegion(val) 533 && !Scene.PositionIsInCurrentRegion(val)
534 && !IsAttachmentCheckFull() 534 && !IsAttachmentCheckFull()
535 && !Scene.LoadingPrims 535 && !Scene.LoadingPrims
536 ) 536 )