aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorDiva Canto2016-07-03 12:17:19 -0700
committerDiva Canto2016-07-03 12:24:31 -0700
commite00603f78ad10b86abf25b432f6ebfea38506b34 (patch)
tree1593ca64766cbf49a663d53e35a3b531e6c7838c /bin/OpenSimDefaults.ini
parentdont try to check CanObjectEntry on a attachment in llSetPos() (diff)
downloadopensim-SC_OLD-e00603f78ad10b86abf25b432f6ebfea38506b34.zip
opensim-SC_OLD-e00603f78ad10b86abf25b432f6ebfea38506b34.tar.gz
opensim-SC_OLD-e00603f78ad10b86abf25b432f6ebfea38506b34.tar.bz2
opensim-SC_OLD-e00603f78ad10b86abf25b432f6ebfea38506b34.tar.xz
New config var: DisableObjectTransfer. If set to True, objects never cross; instead they stay in the region, possibly placed outside its borders.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index a55d762..841a761 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -800,6 +800,10 @@
800 ; Allow avatars to cross into and out of the region. 800 ; Allow avatars to cross into and out of the region.
801 AllowAvatarCrossing = true 801 AllowAvatarCrossing = true
802 802
803 ; This disables border transfers for objects. When true, objects can be placed outside
804 ; the region's border without being transferred to another simulator.
805 DisableObjectTransfer = false
806
803 ; Minimum user level required for HyperGrid teleports 807 ; Minimum user level required for HyperGrid teleports
804 LevelHGTeleport = 0 808 LevelHGTeleport = 0
805 809