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

This commit is contained in:
Justin Clarke Casey
2008-06-21 18:44:17 +00:00
parent 3a111650cb
commit ff56cb730b

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";
}
}