aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-10-16 07:25:55 +0100
committerJustin Clark-Casey (justincc)2010-10-16 07:25:55 +0100
commit06d37d06e6aa6eae313fb7bf186f3e0c7e66b115 (patch)
tree6f2dcc8a4a7e879b3a17fc2e17e291cb492e92d2 /OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
parentRip out version option since it turns out that the changed object serializati... (diff)
downloadopensim-SC_OLD-06d37d06e6aa6eae313fb7bf186f3e0c7e66b115.zip
opensim-SC_OLD-06d37d06e6aa6eae313fb7bf186f3e0c7e66b115.tar.gz
opensim-SC_OLD-06d37d06e6aa6eae313fb7bf186f3e0c7e66b115.tar.bz2
opensim-SC_OLD-06d37d06e6aa6eae313fb7bf186f3e0c7e66b115.tar.xz
Drop max oar loading version back to 0 from 1
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
index ae6e596..f1f5258 100644
--- a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
@@ -56,7 +56,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
56 /// The maximum major version of OAR that we can read. Minor versions shouldn't need a number since version 56 /// The maximum major version of OAR that we can read. Minor versions shouldn't need a number since version
57 /// bumps here should be compatible. 57 /// bumps here should be compatible.
58 /// </summary> 58 /// </summary>
59 public static int MAX_MAJOR_VERSION = 1; 59 public static int MAX_MAJOR_VERSION = 0;
60 60
61 protected Scene m_scene; 61 protected Scene m_scene;
62 protected Stream m_loadStream; 62 protected Stream m_loadStream;