diff options
author | Diva Canto | 2010-06-05 09:39:09 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-05 09:39:09 -0700 |
commit | ab3afd5f42593cb6f5475af36accdd1f01962fd1 (patch) | |
tree | 797ef9fc37879e0602545aee76e1789fadd3ed17 /OpenSim/Region/Framework/Scenes | |
parent | Bug fix: update the list of friends upon MakeRoot, because child agents don't... (diff) | |
download | opensim-SC_OLD-ab3afd5f42593cb6f5475af36accdd1f01962fd1.zip opensim-SC_OLD-ab3afd5f42593cb6f5475af36accdd1f01962fd1.tar.gz opensim-SC_OLD-ab3afd5f42593cb6f5475af36accdd1f01962fd1.tar.bz2 opensim-SC_OLD-ab3afd5f42593cb6f5475af36accdd1f01962fd1.tar.xz |
* Bug fix in TP home: typo in unpacking of GridUserInfo.
* Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions.
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 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! |