diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0203300..616061d 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -487,6 +487,16 @@ | |||
487 | ; you really do not want this... | 487 | ; you really do not want this... |
488 | ;parcel_owner_is_god = false | 488 | ;parcel_owner_is_god = false |
489 | 489 | ||
490 | ; God mode should be turned on in the viewer whenever | ||
491 | ; the user has god rights somewhere. They may choose | ||
492 | ; to turn it off again, though. | ||
493 | automatic_gods = false | ||
494 | |||
495 | ; The user can execute any and all god functions, as | ||
496 | ; permitted by the viewer UI, without actually "godding | ||
497 | ; up". This is the default state in 0.8.2. | ||
498 | implicit_gods = true | ||
499 | |||
490 | ; Control user types that are allowed to create new scripts | 500 | ; Control user types that are allowed to create new scripts |
491 | ; Only enforced if serviceside_object_permissions is true | 501 | ; Only enforced if serviceside_object_permissions is true |
492 | ; | 502 | ; |