mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Shift default OpenSim library into its own directory
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
|
||||
CreateLibraryItems();
|
||||
|
||||
string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary.xml");
|
||||
string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary/OpenSimLibrary.xml");
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
try
|
||||
|
||||
6
bin/inventory/README.txt
Normal file
6
bin/inventory/README.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
README
|
||||
|
||||
Inventory configuration is carried out here. Currently, you can add new items to OpenSimLibrary/OpenSimLibrary.xml,
|
||||
as long as they have a corresponding asset entry in bin/OpenSimAssetSet.xml.
|
||||
|
||||
Inventory_Default.xml and Inventory_Library.xml are unused at the moment.
|
||||
Reference in New Issue
Block a user