diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-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 19329a8..756b81e 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4039,7 +4039,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
4039 | // bordercross if position is outside of region | 4039 | // bordercross if position is outside of region |
4040 | 4040 | ||
4041 | if (!result) | 4041 | if (!result) |
4042 | { | ||
4042 | regionHandle = m_regInfo.RegionHandle; | 4043 | regionHandle = m_regInfo.RegionHandle; |
4044 | } | ||
4043 | else | 4045 | else |
4044 | { | 4046 | { |
4045 | // not in this region, undo the shift! | 4047 | // not in this region, undo the shift! |