diff options
Diffstat (limited to 'OpenSim/Region/Application')
-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 93201e1..790dcb4 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -76,7 +76,7 @@ namespace OpenSim | |||
76 | /// <summary> | 76 | /// <summary> |
77 | /// The file used to load and save an opensim archive if no filename has been specified | 77 | /// The file used to load and save an opensim archive if no filename has been specified |
78 | /// </summary> | 78 | /// </summary> |
79 | protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar"; | 79 | protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar.gz"; |
80 | 80 | ||
81 | public ConfigSettings ConfigurationSettings | 81 | public ConfigSettings ConfigurationSettings |
82 | { | 82 | { |