mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
mantis 9230: flag need for prims inventory saves in more 9un0link cases
This commit is contained in:
@@ -150,9 +150,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <summary>
|
||||
/// Force the task inventory of this prim to persist at the next update sweep
|
||||
/// </summary>
|
||||
public void ForceInventoryPersistence()
|
||||
public void ForceInventoryPersistence(bool force = true)
|
||||
{
|
||||
HasInventoryChanged = true;
|
||||
HasInventoryChanged = force || m_items.Count > 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user