mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Make it possible for new inventory 'libraries' to be added without changing the default OpenSimLibrary files. Additional library folders and items can be added in a separate
directory and linked in by an entry to inventory/Libraries.xml
This commit is contained in:
@@ -321,7 +321,12 @@ namespace OpenSim.Framework
|
||||
|
||||
public static string assetsDir()
|
||||
{
|
||||
return "assets";
|
||||
return Path.Combine(configDir(), "assets");
|
||||
}
|
||||
|
||||
public static string inventoryDir()
|
||||
{
|
||||
return Path.Combine(configDir(), "inventory");
|
||||
}
|
||||
|
||||
public static string configDir()
|
||||
|
||||
Reference in New Issue
Block a user