mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Move OpenSimAssetSet assets file up into assets pending further changes
This commit is contained in:
@@ -85,7 +85,7 @@ namespace OpenSim.Framework.AssetLoader.Filesystem
|
||||
{
|
||||
List<AssetBase> assets = new List<AssetBase>();
|
||||
// System.Console.WriteLine("trying loading asset into database");
|
||||
string filePath = Path.Combine(Util.configDir(), "OpenSimAssetSet.xml");
|
||||
string filePath = Path.Combine(Util.configDir(), "assets/OpenSimAssetSet.xml");
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user