mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-30 08:05:25 +00:00
afecbf02f3
Config settings in a section are stored as "sectionname.setting" internally. Do not write section headers when writing config files as we would need to write settings without a dot first or ignore them. This can be changed once all settings belong to a section. This was SVN commit r15986.