Added warning in RegionCombinerModule about it being considered obsolete and encouraging people to switch to varregions.
parent
36573b4568
commit
a7f42ea8f1
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue