mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -67,11 +67,12 @@ namespace OpenSim.Region.RegionCombinerModule
|
||||
{
|
||||
IConfig myConfig = source.Configs["Startup"];
|
||||
enabledYN = myConfig.GetBoolean("CombineContiguousRegions", false);
|
||||
//enabledYN = true;
|
||||
|
||||
if (enabledYN)
|
||||
MainConsole.Instance.Commands.AddCommand("RegionCombinerModule", false, "fix-phantoms",
|
||||
"Fix phantom objects", "Fixes phantom objects after an import to megaregions", FixPhantoms);
|
||||
}
|
||||
MainConsole.Instance.Commands.AddCommand(
|
||||
"RegionCombinerModule", false, "fix-phantoms", "fix-phantoms",
|
||||
"Fixes phantom objects after an import to megaregions", FixPhantoms);
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user