Move OpenSimAssetSet assets file up into assets pending further changes

afrisby
Justin Clarke Casey 2007-12-28 22:32:52 +00:00
parent 592c39a7b0
commit 27f7f76d04
2 changed files with 1 additions and 1 deletions

View File

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