Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots between neighbouring regions.

Not yet enabled since there is a bug where the initial cross will work but all subsequent movements on the receiving simulator appear to fail.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-24 17:35:33 +00:00
parent ed7ddeecf2
commit bdcfd6afee
5 changed files with 19 additions and 15 deletions

View File

@@ -92,7 +92,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
return;
}
m_log.DebugFormat("MAP NAME=({0})", mapName);
//m_log.DebugFormat("MAP NAME=({0})", mapName);
// try to fetch from GridServer
List<GridRegion> regionInfos = m_scene.GridService.GetRegionsByName(m_scene.RegionInfo.ScopeID, mapName, 20);