diff options
author | Justin Clarke Casey | 2009-03-04 20:31:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-04 20:31:03 +0000 |
commit | b52ac542ade6af9ad404dcebf68be3bef769b0e1 (patch) | |
tree | 2a304eb111ed61080c04893f14f89858bedda2e2 /OpenSim/Region/Application | |
parent | * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab... (diff) | |
download | opensim-SC_OLD-b52ac542ade6af9ad404dcebf68be3bef769b0e1.zip opensim-SC_OLD-b52ac542ade6af9ad404dcebf68be3bef769b0e1.tar.gz opensim-SC_OLD-b52ac542ade6af9ad404dcebf68be3bef769b0e1.tar.bz2 opensim-SC_OLD-b52ac542ade6af9ad404dcebf68be3bef769b0e1.tar.xz |
* Add the abilty to load and save iar item nodes where folders have identical names
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 323d90c..93201e1 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 | { |