aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-04-18 20:03:53 +0100
committerJustin Clark-Casey (justincc)2011-04-18 20:03:53 +0100
commit419fc9427ef14eea443ec6f57501c6915c2de3b9 (patch)
treee7895aeb7fcdd44de696ce604e2a14d4b396e6fd /bin
parentMantis #5442: Add admin_save_heightmap (diff)
downloadopensim-SC_OLD-419fc9427ef14eea443ec6f57501c6915c2de3b9.zip
opensim-SC_OLD-419fc9427ef14eea443ec6f57501c6915c2de3b9.tar.gz
opensim-SC_OLD-419fc9427ef14eea443ec6f57501c6915c2de3b9.tar.bz2
opensim-SC_OLD-419fc9427ef14eea443ec6f57501c6915c2de3b9.tar.xz
Provide a configuration setting to control whether multiple taken objects are coalesced to inventory
This is the CoalesceMultipleObjectsToInventory setting in [Inventory] in OpenSimDefaults.ini Default is true.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 107e859..2e0a22b 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -453,6 +453,13 @@
453 ; ForwardOfflineGroupMessages = true 453 ; ForwardOfflineGroupMessages = true
454 454
455 455
456[Inventory]
457 ; Control whether multiple objects sent to inventory should be coaleseced into a single item
458 ; There are still some issues with coalescence, including the fact that rotation is not restored
459 ; and some assets may be missing from archive files.
460 CoalesceMultipleObjectsToInventory = true
461
462
456[ODEPhysicsSettings] 463[ODEPhysicsSettings]
457 ;## 464 ;##
458 ;## World Settings 465 ;## World Settings