From 27e7f0fa35d08df38711123a24c4111af0024f21 Mon Sep 17 00:00:00 2001 From: diva Date: Mon, 25 May 2009 23:33:56 +0000 Subject: [PATCH] Fixed a typo. --- OpenSim/SimulatorServices/SimulationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/SimulatorServices/SimulationService.cs b/OpenSim/SimulatorServices/SimulationService.cs index 8f01436a5c..bca51b356f 100644 --- a/OpenSim/SimulatorServices/SimulationService.cs +++ b/OpenSim/SimulatorServices/SimulationService.cs @@ -30,7 +30,7 @@ namespace OpenSim.SimulatorServices IConfig moduleConfig = config.Configs["Modules"]; if (moduleConfig != null) { - string name = moduleConfig.GetString("AssetServices", ""); + string name = moduleConfig.GetString("SimulationService", ""); if (name == Name) { m_Enabled = true;