diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 6300665..3948f14 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -3990,7 +3990,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
3990 | // bordercross if position is outside of region | 3990 | // bordercross if position is outside of region |
3991 | 3991 | ||
3992 | if (!result) | 3992 | if (!result) |
3993 | { | ||
3993 | regionHandle = m_regInfo.RegionHandle; | 3994 | regionHandle = m_regInfo.RegionHandle; |
3995 | } | ||
3994 | else | 3996 | else |
3995 | { | 3997 | { |
3996 | // not in this region, undo the shift! | 3998 | // not in this region, undo the shift! |