diff options
author | Justin Clark-Casey (justincc) | 2014-09-03 00:25:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-09-03 00:25:56 +0100 |
commit | ac866a1c46583e50e74aefad0a1bc6de720a7211 (patch) | |
tree | 554751e686dec32987c229022c07ae09de1a9f28 /bin | |
parent | Fix recent regression from 473c5594 where camera started to judder on moving ... (diff) | |
download | opensim-SC-ac866a1c46583e50e74aefad0a1bc6de720a7211.zip opensim-SC-ac866a1c46583e50e74aefad0a1bc6de720a7211.tar.gz opensim-SC-ac866a1c46583e50e74aefad0a1bc6de720a7211.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
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 | ||