mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Fixed a typo.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user