diff options
author | Justin Clark-Casey (justincc) | 2011-11-24 17:35:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-24 17:35:33 +0000 |
commit | bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661 (patch) | |
tree | 6cc450364e5f4eb2c56019d144635e152028b5b8 /OpenSim/Region/CoreModules | |
parent | Print out what behaviours are active when pCampBot starts up (diff) | |
download | opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.zip opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.gz opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.bz2 opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.xz |
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.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs index 3804017..657975b 100644 --- a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs +++ b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | |||
@@ -92,7 +92,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap | |||
92 | return; | 92 | return; |
93 | } | 93 | } |
94 | 94 | ||
95 | m_log.DebugFormat("MAP NAME=({0})", mapName); | 95 | //m_log.DebugFormat("MAP NAME=({0})", mapName); |
96 | 96 | ||
97 | // try to fetch from GridServer | 97 | // try to fetch from GridServer |
98 | List<GridRegion> regionInfos = m_scene.GridService.GetRegionsByName(m_scene.RegionInfo.ScopeID, mapName, 20); | 98 | List<GridRegion> regionInfos = m_scene.GridService.GetRegionsByName(m_scene.RegionInfo.ScopeID, mapName, 20); |