diff options
author | onefang | 2021-08-03 14:02:42 +1000 |
---|---|---|
committer | onefang | 2021-08-03 14:02:42 +1000 |
commit | 86bf910337179f82f3d6c1d04e7ff2cab235ece8 (patch) | |
tree | 8840d81f3715b748f77414ed761a0865daf2a6e6 /OpenSim/Region/Framework | |
parent | Next stage of the sim loop rewrite - actually use the new ourSims->simsLua. (diff) | |
download | opensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.zip opensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.tar.gz opensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.tar.bz2 opensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.tar.xz |
typo--
Diffstat (limited to 'OpenSim/Region/Framework')
-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 | ||