mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
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.
This commit is contained in:
@@ -453,6 +453,13 @@
|
||||
; ForwardOfflineGroupMessages = true
|
||||
|
||||
|
||||
[Inventory]
|
||||
; Control whether multiple objects sent to inventory should be coaleseced into a single item
|
||||
; There are still some issues with coalescence, including the fact that rotation is not restored
|
||||
; and some assets may be missing from archive files.
|
||||
CoalesceMultipleObjectsToInventory = true
|
||||
|
||||
|
||||
[ODEPhysicsSettings]
|
||||
;##
|
||||
;## World Settings
|
||||
|
||||
Reference in New Issue
Block a user