diff options
author | Justin Clarke Casey | 2009-04-29 18:12:50 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-29 18:12:50 +0000 |
commit | af73bcd3638ec467587c6c69b898651d29efef77 (patch) | |
tree | 37a602fd8d3d8b4e49e5ef6d479271b89d4803ee /OpenSim/Region | |
parent | * minor: remove some mono compiler warnings (diff) | |
download | opensim-SC_OLD-af73bcd3638ec467587c6c69b898651d29efef77.zip opensim-SC_OLD-af73bcd3638ec467587c6c69b898651d29efef77.tar.gz opensim-SC_OLD-af73bcd3638ec467587c6c69b898651d29efef77.tar.bz2 opensim-SC_OLD-af73bcd3638ec467587c6c69b898651d29efef77.tar.xz |
* Actually change the default oar file name to region.oar instead of scene.oar, for clarity
Diffstat (limited to 'OpenSim/Region')
-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 8789877..2203e45 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 = "region.oar"; |
80 | 80 | ||
81 | public ConfigSettings ConfigurationSettings | 81 | public ConfigSettings ConfigurationSettings |
82 | { | 82 | { |