aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
diff options
context:
space:
mode:
authoronefang2019-07-25 20:19:51 +1000
committeronefang2019-07-25 20:19:51 +1000
commit77737c81234c98d72bffaa6ddca374504f971b12 (patch)
tree891fdce5b5d4af8cf04d4bba320c00a73ca5ae60 /OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
parentOpenSim dev typo-- (diff)
downloadopensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.zip
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.gz
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.bz2
opensim-SC_OLD-77737c81234c98d72bffaa6ddca374504f971b12.tar.xz
Gatekeeper -> GatekeeperURI
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs b/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
index 381bb4d..dfcf925 100644
--- a/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
@@ -65,11 +65,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
65 65
66 m_ThisGridURL = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI", 66 m_ThisGridURL = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI",
67 new string[] { "Startup", "Hypergrid", "Messaging" }, String.Empty); 67 new string[] { "Startup", "Hypergrid", "Messaging" }, String.Empty);
68 // Legacy. Remove soon!
69 m_ThisGridURL = config.Configs["Messaging"].GetString("Gatekeeper", m_ThisGridURL);
70
71 m_log.DebugFormat("[LURE MODULE]: {0} enabled", Name); 68 m_log.DebugFormat("[LURE MODULE]: {0} enabled", Name);
72 } 69 }
70 // Legacy. Remove soon!
71//// m_ThisGridURL = config.Configs["Messaging"].GetString("Gatekeeper", m_ThisGridURL);
73 } 72 }
74 } 73 }
75 74