diff options
author | Melanie | 2011-01-06 19:12:25 +0100 |
---|---|---|
committer | Melanie | 2011-01-12 21:21:34 +0000 |
commit | dd154f74036f6f78c936f557e89da1293a4ce342 (patch) | |
tree | 375899ec74a48f05b150c9404f97c845722f49bf | |
parent | Improved debug messages to track what is going on with the XFF header (diff) | |
download | opensim-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
-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 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() |