* Does a full battery of tests to ensure that the object isn't an attachment before border crossing

* Fixes 'Inconsistent Attachment State' when teleporting into another region besides the SW most region slot on a MegaRegion.
* Fixes a host of other unintended attachment border cross edge cases that lead to Inconsistent attachment state.
This commit is contained in:
Teravus Ovares (Dan Olivares)
2009-09-25 16:06:04 -04:00
parent 0a0b532270
commit 2bb513329a
2 changed files with 9 additions and 4 deletions

View File

@@ -79,12 +79,12 @@ namespace OpenSim.Region.CoreModules.World.Land
{
if (!enabledYN)
return;
/*
// For testing on a single instance
if (scene.RegionInfo.RegionLocX == 1004 && scene.RegionInfo.RegionLocY == 1000)
return;
//
//
*/
lock (m_startingScenes)
m_startingScenes.Add(scene.RegionInfo.originRegionID, scene);