minor: Add user feedback when executing fix-phantoms

This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-05 01:37:40 +01:00
parent 42179578fc
commit a5410c2c19

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);
}
}