mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Drop max oar loading version back to 0 from 1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user