* Added a configuration option for allowing god script lsl methods.. such as llSetObjectPermMask. By default it's off.

This commit is contained in:
Teravus Ovares
2008-06-06 21:39:42 +00:00
parent 6a66caa02e
commit ed41ba8a3d
2 changed files with 31 additions and 19 deletions

View File

@@ -487,6 +487,8 @@ CleanUpOldScriptsOnStartup=true
; Set the following to true to allow administrator owned scripts to execute console commands
AllowosConsoleCommand=false
AllowGodFunctions = false
; Maximum number of llListen events we allow per script
; Set this to 0 to have no limit imposed.
max_listens_per_script = 64