mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Removed a few more obsolete default configs.
This commit is contained in:
@@ -241,16 +241,6 @@ namespace OpenSim.Tools.Configger
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user