* minor: start saving current prims xml to an objects/ directory in the archive

0.6.0-stable
Justin Clarke Casey 2008-06-21 18:44:17 +00:00
parent 3a111650cb
commit ff56cb730b
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,6 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
/// <summary>
/// Path for the prims file
/// </summary>
public static readonly string PRIMS_PATH = "prims.xml";
public static readonly string PRIMS_PATH = "objects/prims.xml";
}
}