diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs index 3cfca4b..970003a 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | |||
@@ -1179,6 +1179,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1179 | item.CurrentPermissions = perms; | 1179 | item.CurrentPermissions = perms; |
1180 | item.BasePermissions = perms; | 1180 | item.BasePermissions = perms; |
1181 | } | 1181 | } |
1182 | m_inventorySerial++; | ||
1183 | HasInventoryChanged = true; | ||
1182 | } | 1184 | } |
1183 | 1185 | ||
1184 | public bool ContainsScripts() | 1186 | public bool ContainsScripts() |