aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-05 01:37:40 +0100
committerJustin Clark-Casey (justincc)2012-06-05 01:37:40 +0100
commita5410c2c19bfef9242d9cfcfc1b4fea67f470fd5 (patch)
treeab3da64fd7f4c4d8ff62c2523eb9cf827397aa3f /OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs
parentAllow fix-phantoms command to appear even if CombineContiguousRegions = false... (diff)
downloadopensim-SC_OLD-a5410c2c19bfef9242d9cfcfc1b4fea67f470fd5.zip
opensim-SC_OLD-a5410c2c19bfef9242d9cfcfc1b4fea67f470fd5.tar.gz
opensim-SC_OLD-a5410c2c19bfef9242d9cfcfc1b4fea67f470fd5.tar.bz2
opensim-SC_OLD-a5410c2c19bfef9242d9cfcfc1b4fea67f470fd5.tar.xz
minor: Add user feedback when executing fix-phantoms
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs b/OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs
index 3555028..204c4ff 100644
--- a/OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs
+++ b/OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs
@@ -1066,6 +1066,8 @@ namespace OpenSim.Region.RegionCombinerModule
1066 1066
1067 foreach (Scene s in scenes) 1067 foreach (Scene s in scenes)
1068 { 1068 {
1069 MainConsole.Instance.OutputFormat("Fixing phantoms for {0}", s.RegionInfo.RegionName);
1070
1069 s.ForEachSOG(so => so.AbsolutePosition = so.AbsolutePosition); 1071 s.ForEachSOG(so => so.AbsolutePosition = so.AbsolutePosition);
1070 } 1072 }
1071 } 1073 }