diff options
Diffstat (limited to 'bin/config.preview.donotuseyet/region/scripting/ll-functions.ini.example')
-rw-r--r-- | bin/config.preview.donotuseyet/region/scripting/ll-functions.ini.example | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/bin/config.preview.donotuseyet/region/scripting/ll-functions.ini.example b/bin/config.preview.donotuseyet/region/scripting/ll-functions.ini.example deleted file mode 100644 index e7ab7a9..0000000 --- a/bin/config.preview.donotuseyet/region/scripting/ll-functions.ini.example +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | |||
9 | [LL-Functions] | ||
10 | ; Set the following to true to allow administrator owned scripts to execute console commands | ||
11 | ; currently unused | ||
12 | ; AllowosConsoleCommand=false | ||
13 | |||
14 | AllowGodFunctions = false | ||
15 | |||
16 | ; Maximum number of llListen events we allow per script | ||
17 | ; Set this to 0 to have no limit imposed. | ||
18 | max_listens_per_script = 64 | ||