Fixed a typo.

0.6.6-post-fixes
diva 2009-05-25 23:33:56 +00:00
parent c7a2632500
commit 27e7f0fa35
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace OpenSim.SimulatorServices
IConfig moduleConfig = config.Configs["Modules"]; IConfig moduleConfig = config.Configs["Modules"];
if (moduleConfig != null) if (moduleConfig != null)
{ {
string name = moduleConfig.GetString("AssetServices", ""); string name = moduleConfig.GetString("SimulationService", "");
if (name == Name) if (name == Name)
{ {
m_Enabled = true; m_Enabled = true;