Shift default OpenSim library into its own directory

This commit is contained in:
Justin Clarke Casey
2007-12-30 19:05:11 +00:00
parent 527b5f86a2
commit 7d04cf8d4e
3 changed files with 7 additions and 1 deletions

View File

@@ -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