aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-04 20:36:09 +0000
committerJustin Clarke Casey2009-03-04 20:36:09 +0000
commitf18400fcfb2c869e47993d42426a47f8aea25331 (patch)
tree269ba0789b706cbe294318e1686159488b23e99a /OpenSim/Region/Application/OpenSimBase.cs
parent* Add the abilty to load and save iar item nodes where folders have identical... (diff)
downloadopensim-SC_OLD-f18400fcfb2c869e47993d42426a47f8aea25331.zip
opensim-SC_OLD-f18400fcfb2c869e47993d42426a47f8aea25331.tar.gz
opensim-SC_OLD-f18400fcfb2c869e47993d42426a47f8aea25331.tar.bz2
opensim-SC_OLD-f18400fcfb2c869e47993d42426a47f8aea25331.tar.xz
* For now, restore file extension for default oar name I accidentally removed on the last commit
Diffstat (limited to '')
-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 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 {