diff options
author | Justin Clarke Casey | 2008-07-12 18:54:21 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-12 18:54:21 +0000 |
commit | 4e7dd0d9193155b22f0d8da1e0758b39652f4c41 (patch) | |
tree | fd62e8770c678aac5829791c01be31161aa184e3 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | Patch #9146 (No Mantis) (diff) | |
download | opensim-SC_OLD-4e7dd0d9193155b22f0d8da1e0758b39652f4c41.zip opensim-SC_OLD-4e7dd0d9193155b22f0d8da1e0758b39652f4c41.tar.gz opensim-SC_OLD-4e7dd0d9193155b22f0d8da1e0758b39652f4c41.tar.bz2 opensim-SC_OLD-4e7dd0d9193155b22f0d8da1e0758b39652f4c41.tar.xz |
* Start compressing archives
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 37daf88..c6061e1 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim | |||
68 | /// <summary> | 68 | /// <summary> |
69 | /// The file use to load and save an opensim archive if none has been specified | 69 | /// The file use to load and save an opensim archive if none has been specified |
70 | /// </summary> | 70 | /// </summary> |
71 | protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar"; | 71 | protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene_oar.tar.gz"; |
72 | 72 | ||
73 | public string m_physicsEngine; | 73 | public string m_physicsEngine; |
74 | public string m_meshEngineName; | 74 | public string m_meshEngineName; |