minor: Add user feedback when executing fix-phantoms
parent
42179578fc
commit
a5410c2c19
|
@ -1066,6 +1066,8 @@ namespace OpenSim.Region.RegionCombinerModule
|
||||||
|
|
||||||
foreach (Scene s in scenes)
|
foreach (Scene s in scenes)
|
||||||
{
|
{
|
||||||
|
MainConsole.Instance.OutputFormat("Fixing phantoms for {0}", s.RegionInfo.RegionName);
|
||||||
|
|
||||||
s.ForEachSOG(so => so.AbsolutePosition = so.AbsolutePosition);
|
s.ForEachSOG(so => so.AbsolutePosition = so.AbsolutePosition);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue