* Switch default permissions back to false (so they are not on) as they were two revisions ago, since it sounds like this was our agreed position from some time back

* Make the default also false (to match what is in OpenSim.ini.example)
This commit is contained in:
Justin Clarke Casey
2008-11-14 15:48:34 +00:00
parent 8372880c75
commit 165fcd1aac
2 changed files with 3 additions and 6 deletions

View File

@@ -113,7 +113,8 @@
; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy
; any item, etc. This may not yet be implemented uniformally.
; If set to true, then all permissions checks are carried out
serverside_object_permissions = true
; Default is false
serverside_object_permissions = false
allow_grid_gods = false