From 50c02b41c7233113b9dddbf191e3e9270b944493 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 25 Jul 2019 17:32:20 +1000 Subject: OpenSim dev typo-- --- .../CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') 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 new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); m_ThisGatekeeper = Util.GetConfigVarFromSections(source, "GatekeeperURI", new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); - // Legacy. Renove soon! + // Legacy. Remove soon! m_ThisGatekeeper = thisModuleConfig.GetString("Gatekeeper", m_ThisGatekeeper); m_OutboundPermission = thisModuleConfig.GetBoolean("OutboundPermission", true); -- cgit v1.1