* 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.
This commit is contained in:
Diva Canto
2010-06-05 09:39:09 -07:00
parent fe3e1c67ae
commit ab3afd5f42
4 changed files with 14 additions and 3 deletions

View File

@@ -3990,7 +3990,9 @@ namespace OpenSim.Region.Framework.Scenes
// bordercross if position is outside of region
if (!result)
{
regionHandle = m_regInfo.RegionHandle;
}
else
{
// not in this region, undo the shift!