mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Formatting cleanup.
This commit is contained in:
@@ -102,7 +102,7 @@ namespace OpenSim.Region.OptionalModules.ContentManagement
|
||||
{
|
||||
if (m_MetaEntityCollection.Auras.ContainsKey(((SceneObjectPart)missingPart).UUID))
|
||||
continue;
|
||||
newList.Add(m_MetaEntityCollection.CreateAuraForNewlyCreatedEntity((SceneObjectPart)missingPart));
|
||||
newList.Add(m_MetaEntityCollection.CreateAuraForNewlyCreatedEntity((SceneObjectPart)missingPart));
|
||||
}
|
||||
m_log.Info("Number of missing objects found: " + newList.Count);
|
||||
return newList;
|
||||
|
||||
Reference in New Issue
Block a user