mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Fix configuration/ini expansion issue. Thanks to smxy for testing.
This commit is contained in:
@@ -203,10 +203,10 @@ namespace OpenSim
|
||||
m_config.Source.Merge(envConfigSource);
|
||||
}
|
||||
|
||||
ReadConfigSettings();
|
||||
|
||||
m_config.Source.ExpandKeyValues();
|
||||
|
||||
ReadConfigSettings();
|
||||
|
||||
return m_config;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user