diff options
author | Melanie | 2011-01-06 19:12:25 +0100 |
---|---|---|
committer | Melanie | 2011-01-06 19:12:25 +0100 |
commit | d1b6b4d28893b890ad9766aebd52a3227162cdaa (patch) | |
tree | e971cb29237f6b774b33e95b41f7e4b7cec92860 /OpenSim | |
parent | Revise Materials properties; Fix Double-Click Autopilot; Allow non-script sit... (diff) | |
download | opensim-SC_OLD-d1b6b4d28893b890ad9766aebd52a3227162cdaa.zip opensim-SC_OLD-d1b6b4d28893b890ad9766aebd52a3227162cdaa.tar.gz opensim-SC_OLD-d1b6b4d28893b890ad9766aebd52a3227162cdaa.tar.bz2 opensim-SC_OLD-d1b6b4d28893b890ad9766aebd52a3227162cdaa.tar.xz |
Fix god mode perms adjustment
Diffstat (limited to 'OpenSim')
-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() |