diff options
author | Diva Canto | 2015-10-18 16:59:47 -0700 |
---|---|---|
committer | Diva Canto | 2015-10-18 16:59:47 -0700 |
commit | e6163c990eba0d0cbf893f59b3ae648234e76089 (patch) | |
tree | d8c85fbbe700386909620033e292f2a72dfae465 /OpenSim/Region/OptionalModules | |
parent | Clean up of simulation version, the number that rules the compatibility of te... (diff) | |
download | opensim-SC_OLD-e6163c990eba0d0cbf893f59b3ae648234e76089.zip opensim-SC_OLD-e6163c990eba0d0cbf893f59b3ae648234e76089.tar.gz opensim-SC_OLD-e6163c990eba0d0cbf893f59b3ae648234e76089.tar.bz2 opensim-SC_OLD-e6163c990eba0d0cbf893f59b3ae648234e76089.tar.xz |
Added warning in RegionCombinerModule about it being considered obsolete and encouraging people to switch to varregions.
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/RegionCombinerModule/RegionCombinerModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/RegionCombinerModule/RegionCombinerModule.cs b/OpenSim/Region/OptionalModules/RegionCombinerModule/RegionCombinerModule.cs index 98b0ae1..32eead0 100644 --- a/OpenSim/Region/OptionalModules/RegionCombinerModule/RegionCombinerModule.cs +++ b/OpenSim/Region/OptionalModules/RegionCombinerModule/RegionCombinerModule.cs | |||
@@ -79,6 +79,8 @@ namespace OpenSim.Region.RegionCombinerModule | |||
79 | { | 79 | { |
80 | IConfig myConfig = source.Configs["Startup"]; | 80 | IConfig myConfig = source.Configs["Startup"]; |
81 | m_combineContiguousRegions = myConfig.GetBoolean("CombineContiguousRegions", false); | 81 | m_combineContiguousRegions = myConfig.GetBoolean("CombineContiguousRegions", false); |
82 | if (m_combineContiguousRegions) | ||
83 | m_log.ErrorFormat("[REGION COMBINER MODULE]: THIS MODULE IS BEING MARKED OBSOLETE AND MAY SOON BE REMOVED. PLEASE USE VARREGIONS INSTEAD."); | ||
82 | 84 | ||
83 | MainConsole.Instance.Commands.AddCommand( | 85 | MainConsole.Instance.Commands.AddCommand( |
84 | "RegionCombinerModule", false, "fix-phantoms", "fix-phantoms", | 86 | "RegionCombinerModule", false, "fix-phantoms", "fix-phantoms", |