mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +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)
|
||||
{
|
||||
MainConsole.Instance.OutputFormat("Fixing phantoms for {0}", s.RegionInfo.RegionName);
|
||||
|
||||
s.ForEachSOG(so => so.AbsolutePosition = so.AbsolutePosition);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user