aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authoronefang2021-08-03 14:02:42 +1000
committeronefang2021-08-03 14:02:42 +1000
commit86bf910337179f82f3d6c1d04e7ff2cab235ece8 (patch)
tree8840d81f3715b748f77414ed761a0865daf2a6e6 /OpenSim
parentNext stage of the sim loop rewrite - actually use the new ourSims->simsLua. (diff)
downloadopensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.zip
opensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.tar.gz
opensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.tar.bz2
opensim-SC-86bf910337179f82f3d6c1d04e7ff2cab235ece8.tar.xz
typo--
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
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