diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/SimulatorServices/SimulationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/SimulatorServices/SimulationService.cs b/OpenSim/SimulatorServices/SimulationService.cs index 8f01436..bca51b3 100644 --- a/OpenSim/SimulatorServices/SimulationService.cs +++ b/OpenSim/SimulatorServices/SimulationService.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim.SimulatorServices | |||
30 | IConfig moduleConfig = config.Configs["Modules"]; | 30 | IConfig moduleConfig = config.Configs["Modules"]; |
31 | if (moduleConfig != null) | 31 | if (moduleConfig != null) |
32 | { | 32 | { |
33 | string name = moduleConfig.GetString("AssetServices", ""); | 33 | string name = moduleConfig.GetString("SimulationService", ""); |
34 | if (name == Name) | 34 | if (name == Name) |
35 | { | 35 | { |
36 | m_Enabled = true; | 36 | m_Enabled = true; |