mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
minor: Add user feedback when executing fix-phantoms
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user