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 bump0.7.1-dev
parent
88bd38690a
commit
6ae76ede98
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue