aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 6838ab5..8789877 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.tar.gz"; 79 protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar";
80 80
81 public ConfigSettings ConfigurationSettings 81 public ConfigSettings ConfigurationSettings
82 { 82 {