aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMelanie2012-06-04 18:22:09 +0100
committerMelanie2012-06-04 18:22:09 +0100
commit5c646e26031400961dcfe3d7c4bd84512a1bc7cb (patch)
treeab605affafca3c5506a9620ffdf3688e96169f1b /OpenSim/Region
parentFix build break whree accidentally did inv.Folders rather than inv.Folders.Co... (diff)
downloadopensim-SC_OLD-5c646e26031400961dcfe3d7c4bd84512a1bc7cb.zip
opensim-SC_OLD-5c646e26031400961dcfe3d7c4bd84512a1bc7cb.tar.gz
opensim-SC_OLD-5c646e26031400961dcfe3d7c4bd84512a1bc7cb.tar.bz2
opensim-SC_OLD-5c646e26031400961dcfe3d7c4bd84512a1bc7cb.tar.xz
Remove the "Profile" config as it's covered by the replaceable interface
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs
index 8101ca2..87ca327 100644
--- a/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs
@@ -57,14 +57,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Profile
57 57
58 public void Initialise(IConfigSource config) 58 public void Initialise(IConfigSource config)
59 { 59 {
60 // This can be reduced later as the loader will determine
61 // whether we are needed
62 if (config.Configs["Profile"] != null)
63 {
64 if (config.Configs["Profile"].GetString("Module", string.Empty) != "BasicProfileModule")
65 return;
66 }
67
68 m_log.DebugFormat("[PROFILE MODULE]: Basic Profile Module enabled"); 60 m_log.DebugFormat("[PROFILE MODULE]: Basic Profile Module enabled");
69 m_Enabled = true; 61 m_Enabled = true;
70 } 62 }