cosmetics

This commit is contained in:
UbitUmarov
2026-01-25 21:05:54 +00:00
parent 25ad17d068
commit bd1e32546f
3 changed files with 5 additions and 13 deletions

View File

@@ -4046,11 +4046,11 @@ namespace OpenSim.Region.Framework.Scenes
RootPart.ScheduleFullUpdate();
}
public void SetPartsInventoryChanged()
public void SetPartsInventoryChanged(bool force = true)
{
SceneObjectPart[] parts = m_parts.GetArray();
for (int i = 0; i < parts.Length; i++)
parts[i].Inventory?.ForceInventoryPersistence();
parts[i].Inventory?.ForceInventoryPersistence(force);
}
public void UpdatePermissions(UUID AgentID, byte field, uint localID,