aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorMelanie2011-01-06 19:12:25 +0100
committerMelanie2011-01-06 19:12:25 +0100
commitd1b6b4d28893b890ad9766aebd52a3227162cdaa (patch)
treee971cb29237f6b774b33e95b41f7e4b7cec92860 /OpenSim/Region/Framework
parentRevise Materials properties; Fix Double-Click Autopilot; Allow non-script sit... (diff)
downloadopensim-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/Region/Framework')
-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 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()