Drop max oar loading version back to 0 from 1

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-10-16 07:25:55 +01:00
parent edc31adf95
commit 06d37d06e6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
/// The maximum major version of OAR that we can read. Minor versions shouldn't need a number since version
/// bumps here should be compatible.
/// </summary>
public static int MAX_MAJOR_VERSION = 1;
public static int MAX_MAJOR_VERSION = 0;
protected Scene m_scene;
protected Stream m_loadStream;