mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +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
|
||||
|
||||
Reference in New Issue
Block a user