suspend check that IAR control file is loaded for now

I was mistaken - some previous opensim versions don't save this file first.  Will have to bump iar version number and only check iars after the bump
0.7.1-dev
Justin Clark-Casey (justincc) 2011-03-31 23:09:06 +01:00
parent 88bd38690a
commit 6ae76ede98
1 changed files with 6 additions and 1 deletions

View File

@ -77,7 +77,12 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
/// </value>
private Stream m_loadStream;
protected bool m_controlFileLoaded;
/// <summary>
/// FIXME: Do not perform this check since older versions of OpenSim do save the control file after other things
/// (I thought they weren't). We will need to bump the version number and perform this check on all
/// subsequent IAR versions only
/// </summary>
protected bool m_controlFileLoaded = true;
protected bool m_assetsLoaded;
protected bool m_inventoryNodesLoaded;