* Allow archiver to operate even if there are 0 scene objects to save

This commit is contained in:
Justin Clarke Casey
2008-07-02 23:07:52 +00:00
parent 3183a20632
commit bc20c88a0a
2 changed files with 13 additions and 17 deletions

View File

@@ -118,9 +118,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
/// <summary>
/// Create the control file for this archive
/// </summary>
/// <returns>
/// A <see cref="System.String"/>
/// </returns>
/// <returns></returns>
protected string CreateControlFile()
{
StringWriter sw = new StringWriter();