diff options
author | Teravus Ovares | 2008-06-06 21:39:42 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-06 21:39:42 +0000 |
commit | ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f (patch) | |
tree | 085ad84a5f8c38318f732b57558561ff2a8acb97 /bin/OpenSim.ini.example | |
parent | revert 5028, as this approach to 1 nick per avatar isn't going to work, (diff) | |
download | opensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.zip opensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.tar.gz opensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.tar.bz2 opensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.tar.xz |
* Added a configuration option for allowing god script lsl methods.. such as llSetObjectPermMask. By default it's off.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index db0b3a9..0682a3e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -487,6 +487,8 @@ CleanUpOldScriptsOnStartup=true | |||
487 | ; Set the following to true to allow administrator owned scripts to execute console commands | 487 | ; Set the following to true to allow administrator owned scripts to execute console commands |
488 | AllowosConsoleCommand=false | 488 | AllowosConsoleCommand=false |
489 | 489 | ||
490 | AllowGodFunctions = false | ||
491 | |||
490 | ; Maximum number of llListen events we allow per script | 492 | ; Maximum number of llListen events we allow per script |
491 | ; Set this to 0 to have no limit imposed. | 493 | ; Set this to 0 to have no limit imposed. |
492 | max_listens_per_script = 64 | 494 | max_listens_per_script = 64 |