Shift default OpenSim library into its own directory
parent
527b5f86a2
commit
7d04cf8d4e
|
@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||||
|
|
||||||
CreateLibraryItems();
|
CreateLibraryItems();
|
||||||
|
|
||||||
string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary.xml");
|
string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary/OpenSimLibrary.xml");
|
||||||
if (File.Exists(filePath))
|
if (File.Exists(filePath))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue