aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
diff options
context:
space:
mode:
authorMelanie2011-01-06 19:12:25 +0100
committerMelanie2011-01-12 21:21:34 +0000
commitdd154f74036f6f78c936f557e89da1293a4ce342 (patch)
tree375899ec74a48f05b150c9404f97c845722f49bf /OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
parentImproved debug messages to track what is going on with the XFF header (diff)
downloadopensim-SC_OLD-dd154f74036f6f78c936f557e89da1293a4ce342.zip
opensim-SC_OLD-dd154f74036f6f78c936f557e89da1293a4ce342.tar.gz
opensim-SC_OLD-dd154f74036f6f78c936f557e89da1293a4ce342.tar.bz2
opensim-SC_OLD-dd154f74036f6f78c936f557e89da1293a4ce342.tar.xz
Fix god mode perms adjustment
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs')
-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()