diff options
author | UbitUmarov | 2016-01-30 15:42:59 +0000 |
---|---|---|
committer | UbitUmarov | 2016-01-30 15:42:59 +0000 |
commit | 170acd7d67b48416a17ed959968b1173e389058b (patch) | |
tree | eee14372c413e0e138d0b2e9f200d254b437cbcb /bin/OpenSim.ini.example | |
parent | accept mantis 7785 requests, at least until bullet can be also be used fix l... (diff) | |
download | opensim-SC_OLD-170acd7d67b48416a17ed959968b1173e389058b.zip opensim-SC_OLD-170acd7d67b48416a17ed959968b1173e389058b.tar.gz opensim-SC_OLD-170acd7d67b48416a17ed959968b1173e389058b.tar.bz2 opensim-SC_OLD-170acd7d67b48416a17ed959968b1173e389058b.tar.xz |
change parcel_owner_is_god configuration option from default from true to false, leaving only region_owner true by default
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8f5dcef..f8c0506 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -400,9 +400,9 @@ | |||
400 | ;; Allow region managers to assume god powers in regions they manage | 400 | ;; Allow region managers to assume god powers in regions they manage |
401 | ; region_manager_is_god = false | 401 | ; region_manager_is_god = false |
402 | 402 | ||
403 | ;# {parcel_owner_is_god} {} {Allow parcel owner gods} {true false} true | 403 | ;# {parcel_owner_is_god} {} {Allow parcel owner gods} {true false} false |
404 | ;; Allow parcel owners to assume god powers in their parcels | 404 | ;; Allow parcel owners to assume god powers in their parcels |
405 | ; parcel_owner_is_god = true | 405 | ; parcel_owner_is_god = false |
406 | 406 | ||
407 | ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false | 407 | ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false |
408 | ;; More control over permissions | 408 | ;; More control over permissions |