Removed a few more obsolete default configs.
parent
8b6f39b206
commit
2f52a3a153
|
@ -241,16 +241,6 @@ namespace OpenSim.Tools.Configger
|
||||||
config.Set("EventQueue", true);
|
config.Set("EventQueue", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
IConfig config = defaultConfig.Configs["Network"];
|
|
||||||
|
|
||||||
if (null == config)
|
|
||||||
config = defaultConfig.AddConfig("Network");
|
|
||||||
|
|
||||||
config.Set("default_location_x", 1000);
|
|
||||||
config.Set("default_location_y", 1000);
|
|
||||||
}
|
|
||||||
|
|
||||||
return defaultConfig;
|
return defaultConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue