diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 4185813..c9df488 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -2120,7 +2120,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2120 | return; // only Return can be called without a client | 2120 | return; // only Return can be called without a client |
2121 | 2121 | ||
2122 | // this is not as 0.8x code | 2122 | // this is not as 0.8x code |
2123 | // 0.8x did refuse all operation is not allowed on all objects | 2123 | // 0.8x did refuse all operation if not allowed on all objects |
2124 | // this will do it on allowed objects | 2124 | // this will do it on allowed objects |
2125 | // current viewers only ask if all allowed | 2125 | // current viewers only ask if all allowed |
2126 | 2126 | ||