aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index b544be7..a19c4d2 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -113,7 +113,8 @@
113 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy 113 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy
114 ; any item, etc. This may not yet be implemented uniformally. 114 ; any item, etc. This may not yet be implemented uniformally.
115 ; If set to true, then all permissions checks are carried out 115 ; If set to true, then all permissions checks are carried out
116 serverside_object_permissions = true 116 ; Default is false
117 serverside_object_permissions = false
117 118
118 allow_grid_gods = false 119 allow_grid_gods = false
119 120