aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index d09dc67..6a117c9 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -987,6 +987,11 @@
987 ; Compile debug info (line numbers) into the script assemblies 987 ; Compile debug info (line numbers) into the script assemblies
988 CompileWithDebugInformation = true 988 CompileWithDebugInformation = true
989 989
990 ; Allow the user of mod* functions. This allows a script to pass messages
991 ; to a region module via the modSendCommand() function
992 ; Default is false
993 AllowMODFunctions = false
994
990 ; Allow the use of os* functions (some are dangerous) 995 ; Allow the use of os* functions (some are dangerous)
991 AllowOSFunctions = false 996 AllowOSFunctions = false
992 997