aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
index 39ebaef..90f1d6e 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
@@ -1010,6 +1010,8 @@ namespace OpenSim.Region.Framework.Scenes
1010 item.BasePermissions = perms; 1010 item.BasePermissions = perms;
1011 } 1011 }
1012 } 1012 }
1013 m_inventorySerial++;
1014 HasInventoryChanged = true;
1013 } 1015 }
1014 1016
1015 public bool ContainsScripts() 1017 public bool ContainsScripts()