aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index ff5bdec..ab153a5 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -341,7 +341,6 @@
341 ; OpenJPEG if false 341 ; OpenJPEG if false
342 ; UseCSJ2K = true 342 ; UseCSJ2K = true
343 343
344
345 ; Use "Trash" folder for items deleted from the scene 344 ; Use "Trash" folder for items deleted from the scene
346 ; When set to True (the default) items deleted from the scene will be 345 ; When set to True (the default) items deleted from the scene will be
347 ; stored in the user's trash or lost and found folder. When set to 346 ; stored in the user's trash or lost and found folder. When set to
@@ -671,6 +670,14 @@
671 CoalesceMultipleObjectsToInventory = true 670 CoalesceMultipleObjectsToInventory = true
672 671
673 672
673[Appearance]
674 ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds.
675 ; This may help with some situations where avatars are persistently grey, though it will not help
676 ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others).
677 ; This setting is experimental.
678 ResendAppearanceUpdates = false
679
680
674[Attachments] 681[Attachments]
675 ; Controls whether avatar attachments are enabled. 682 ; Controls whether avatar attachments are enabled.
676 ; Defaults to true - only set to false for debugging purposes 683 ; Defaults to true - only set to false for debugging purposes