mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Added warning in RegionCombinerModule about it being considered obsolete and encouraging people to switch to varregions.
This commit is contained in:
@@ -79,6 +79,8 @@ namespace OpenSim.Region.RegionCombinerModule
|
||||
{
|
||||
IConfig myConfig = source.Configs["Startup"];
|
||||
m_combineContiguousRegions = myConfig.GetBoolean("CombineContiguousRegions", false);
|
||||
if (m_combineContiguousRegions)
|
||||
m_log.ErrorFormat("[REGION COMBINER MODULE]: THIS MODULE IS BEING MARKED OBSOLETE AND MAY SOON BE REMOVED. PLEASE USE VARREGIONS INSTEAD.");
|
||||
|
||||
MainConsole.Instance.Commands.AddCommand(
|
||||
"RegionCombinerModule", false, "fix-phantoms", "fix-phantoms",
|
||||
|
||||
Reference in New Issue
Block a user