mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user