diff options
author | Diva Canto | 2016-07-03 12:17:19 -0700 |
---|---|---|
committer | Diva Canto | 2016-07-03 12:24:31 -0700 |
commit | e00603f78ad10b86abf25b432f6ebfea38506b34 (patch) | |
tree | 1593ca64766cbf49a663d53e35a3b531e6c7838c /bin/OpenSimDefaults.ini | |
parent | dont try to check CanObjectEntry on a attachment in llSetPos() (diff) | |
download | opensim-SC-e00603f78ad10b86abf25b432f6ebfea38506b34.zip opensim-SC-e00603f78ad10b86abf25b432f6ebfea38506b34.tar.gz opensim-SC-e00603f78ad10b86abf25b432f6ebfea38506b34.tar.bz2 opensim-SC-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.ini | 4 |
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 | ||