diff options
author | onefang | 2019-07-25 17:32:20 +1000 |
---|---|---|
committer | onefang | 2019-07-25 17:32:20 +1000 |
commit | 50c02b41c7233113b9dddbf191e3e9270b944493 (patch) | |
tree | 9baeef91fe22aff0cb769e7a6c4d4150c2346044 | |
parent | Combine LureModule and HGLureModule. (diff) | |
download | opensim-SC_OLD-50c02b41c7233113b9dddbf191e3e9270b944493.zip opensim-SC_OLD-50c02b41c7233113b9dddbf191e3e9270b944493.tar.gz opensim-SC_OLD-50c02b41c7233113b9dddbf191e3e9270b944493.tar.bz2 opensim-SC_OLD-50c02b41c7233113b9dddbf191e3e9270b944493.tar.xz |
OpenSim dev typo--
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs index ba3a7c9..8ebd999 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs | |||
@@ -103,7 +103,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess | |||
103 | new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); | 103 | new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); |
104 | m_ThisGatekeeper = Util.GetConfigVarFromSections<string>(source, "GatekeeperURI", | 104 | m_ThisGatekeeper = Util.GetConfigVarFromSections<string>(source, "GatekeeperURI", |
105 | new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); | 105 | new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); |
106 | // Legacy. Renove soon! | 106 | // Legacy. Remove soon! |
107 | m_ThisGatekeeper = thisModuleConfig.GetString("Gatekeeper", m_ThisGatekeeper); | 107 | m_ThisGatekeeper = thisModuleConfig.GetString("Gatekeeper", m_ThisGatekeeper); |
108 | 108 | ||
109 | m_OutboundPermission = thisModuleConfig.GetBoolean("OutboundPermission", true); | 109 | m_OutboundPermission = thisModuleConfig.GetBoolean("OutboundPermission", true); |