mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be more than one megaregion in a simulator, separated by water.
Rename IsRootRegion() to IsRootForMegaregion()
This commit is contained in:
@@ -401,7 +401,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||
if (m_module != null && m_module.RegionCombinerModule != null)
|
||||
{
|
||||
IRegionCombinerModule mod = m_module.RegionCombinerModule;
|
||||
isMegaregion = mod.IsMegaregion && mod.IsRootRegion(m_scene.RegionInfo.RegionID);
|
||||
isMegaregion = mod.IsRootForMegaregion(m_scene.RegionInfo.RegionID);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user