aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorMelanie2009-11-25 08:45:41 +0000
committerMelanie2009-11-25 08:45:41 +0000
commit25b4160434f7c72bae7827deec948574e9664364 (patch)
tree5fc3297ddc1adce47af65cda0aa46734bd1a2c17 /OpenSim/Region/Application/OpenSimBase.cs
parentAppend a prefix to the god avatar names appearing in chat whilst in god mode ... (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-25b4160434f7c72bae7827deec948574e9664364.zip
opensim-SC_OLD-25b4160434f7c72bae7827deec948574e9664364.tar.gz
opensim-SC_OLD-25b4160434f7c72bae7827deec948574e9664364.tar.bz2
opensim-SC_OLD-25b4160434f7c72bae7827deec948574e9664364.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index cc18f1a..391856b 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -75,11 +75,6 @@ namespace OpenSim
75 /// </value> 75 /// </value>
76 protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml"; 76 protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml";
77 77
78 /// <value>
79 /// The file used to load and save an opensimulator archive if no filename has been specified
80 /// </value>
81 protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar";
82
83 public ConfigSettings ConfigurationSettings 78 public ConfigSettings ConfigurationSettings
84 { 79 {
85 get { return m_configSettings; } 80 get { return m_configSettings; }