Fixed a typo.
parent
c7a2632500
commit
27e7f0fa35
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue