diff options
author | Justin Clark-Casey (justincc) | 2012-06-05 01:37:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-05 01:37:40 +0100 |
commit | a5410c2c19bfef9242d9cfcfc1b4fea67f470fd5 (patch) | |
tree | ab3da64fd7f4c4d8ff62c2523eb9cf827397aa3f /OpenSim/Region | |
parent | Allow fix-phantoms command to appear even if CombineContiguousRegions = false... (diff) | |
download | opensim-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 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs | 2 |
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 | } |