mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Move inventory contents configuration files to bin/inventory folder
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
|
||||
CreateLibraryItems();
|
||||
|
||||
string filePath = Path.Combine(Util.configDir(), "OpenSimLibrary.xml");
|
||||
string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary.xml");
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
try
|
||||
@@ -74,7 +74,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
}
|
||||
catch (XmlException e)
|
||||
{
|
||||
MainLog.Instance.Error("INVENTORY", "Error loading " + filePath + ": " + e.ToString());
|
||||
MainLog.Instance.Error("AGENTINVENTORY", "Error loading " + filePath + ": " + e.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -165,4 +165,4 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user