mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Addresses mantis #5846
This commit is contained in:
@@ -156,7 +156,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// that the region position is cached or performance will degrade
|
||||
Utils.LongToUInts(regionHandle, out x, out y);
|
||||
GridRegion dest = m_scene.GridService.GetRegionByPosition(UUID.Zero, (int)x, (int)y);
|
||||
// bool v = true;
|
||||
if (dest == null)
|
||||
continue;
|
||||
|
||||
if (!simulatorList.Contains(dest.ServerURI))
|
||||
{
|
||||
// we havent seen this simulator before, add it to the list
|
||||
|
||||
Reference in New Issue
Block a user