minor: add comment explaining that GetRegionsByName needs to stay in TeleportAgent for its side effects.

0.7.1-dev
Justin Clark-Casey (justincc) 2011-02-12 01:14:12 +00:00
parent 03d82a5a85
commit 9801bf03f8
1 changed files with 2 additions and 0 deletions

View File

@ -702,6 +702,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
// and convert the regionName to the target region
if (regionName.Contains(".") && regionName.Contains(":"))
{
// Even though we use none of the results, we need to perform this call because it appears
// to have some the side effect of setting up hypergrid teleport locations.
World.GridService.GetRegionsByName(World.RegionInfo.ScopeID, regionName, 1);
// List<GridRegion> regions = World.GridService.GetRegionsByName(World.RegionInfo.ScopeID, regionName, 1);