Implement guard against trying to load incompatible version IARs

This commit is contained in:
Justin Clark-Casey (justincc)
2010-10-22 19:30:15 +01:00
parent 199b61f1b2
commit 7f2d844916
2 changed files with 20 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
/// <summary>
/// The maximum major version of OAR that we can read. Minor versions shouldn't need a number since version
/// The maximum major version of OAR that we can read. Minor versions shouldn't need a max number since version
/// bumps here should be compatible.
/// </summary>
public static int MAX_MAJOR_VERSION = 0;