aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-09-03 00:25:56 +0100
committerJustin Clark-Casey (justincc)2014-09-03 00:25:56 +0100
commitac866a1c46583e50e74aefad0a1bc6de720a7211 (patch)
tree554751e686dec32987c229022c07ae09de1a9f28 /bin/OpenSimDefaults.ini
parentFix recent regression from 473c5594 where camera started to judder on moving ... (diff)
downloadopensim-SC_OLD-ac866a1c46583e50e74aefad0a1bc6de720a7211.zip
opensim-SC_OLD-ac866a1c46583e50e74aefad0a1bc6de720a7211.tar.gz
opensim-SC_OLD-ac866a1c46583e50e74aefad0a1bc6de720a7211.tar.bz2
opensim-SC_OLD-ac866a1c46583e50e74aefad0a1bc6de720a7211.tar.xz
Add [EntityTransfer] AllowAvatarCrossing setting to determine whether avatars are allowed to cross regions at all.
Defaults to true. For test purposes.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 348aaa2..dce01eb 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -711,6 +711,9 @@
711 ; 711 ;
712 max_distance = 65535 712 max_distance = 65535
713 713
714 ; Allow avatars to cross into and out of the region.
715 AllowAvatarCrossing = true
716
714 ; Minimum user level required for HyperGrid teleports 717 ; Minimum user level required for HyperGrid teleports
715 LevelHGTeleport = 0 718 LevelHGTeleport = 0
716 719