diff options
author | diva | 2009-05-25 23:33:56 +0000 |
---|---|---|
committer | diva | 2009-05-25 23:33:56 +0000 |
commit | 27e7f0fa35d08df38711123a24c4111af0024f21 (patch) | |
tree | 50c3f4436af916a1bcc351ecdcebaec26c717009 /OpenSim/SimulatorServices/SimulationService.cs | |
parent | Correct a minor typo (diff) | |
download | opensim-SC_OLD-27e7f0fa35d08df38711123a24c4111af0024f21.zip opensim-SC_OLD-27e7f0fa35d08df38711123a24c4111af0024f21.tar.gz opensim-SC_OLD-27e7f0fa35d08df38711123a24c4111af0024f21.tar.bz2 opensim-SC_OLD-27e7f0fa35d08df38711123a24c4111af0024f21.tar.xz |
Fixed a typo.
Diffstat (limited to 'OpenSim/SimulatorServices/SimulationService.cs')
-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; |