aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index a7e40db..b689f88 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -77,8 +77,10 @@
77 ; This can be overriden in the region config file. 77 ; This can be overriden in the region config file.
78 ClampPrimSize = false 78 ClampPrimSize = false
79 79
80 ; Allow scripts to keep running when they cross region boundaries, rather than being restarted. Script code is recompiled on the destination region and the state reloaded. 80 ; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region.
81 AllowScriptCrossing = false 81 ; This only applies when crossing to a region running in a different simulator.
82 ; For crossings where the regions are on the same simulator the script is always kept running.
83 AllowScriptCrossing = true
82 84
83 ; Allow compiled script binary code to cross region boundaries. 85 ; Allow compiled script binary code to cross region boundaries.
84 ; If you set this to "true", any region that can teleport to you can 86 ; If you set this to "true", any region that can teleport to you can