minor: Add user feedback when executing fix-phantoms

0.7.4.1
Justin Clark-Casey (justincc) 2012-06-05 01:37:40 +01:00
parent 42179578fc
commit a5410c2c19
1 changed files with 2 additions and 0 deletions

View File

@ -1066,6 +1066,8 @@ namespace OpenSim.Region.RegionCombinerModule
foreach (Scene s in scenes)
{
MainConsole.Instance.OutputFormat("Fixing phantoms for {0}", s.RegionInfo.RegionName);
s.ForEachSOG(so => so.AbsolutePosition = so.AbsolutePosition);
}
}