mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Put plugins after globals when writing metadata
This commit is contained in:
@@ -73,8 +73,8 @@ void MetadataList::Save(const boost::filesystem::path& filepath) {
|
||||
yout.SetIndent(2);
|
||||
yout << YAML::BeginMap
|
||||
<< YAML::Key << "bash_tags" << YAML::Value << bashTags_
|
||||
<< YAML::Key << "plugins" << YAML::Value << Plugins()
|
||||
<< YAML::Key << "globals" << YAML::Value << messages_
|
||||
<< YAML::Key << "plugins" << YAML::Value << Plugins()
|
||||
<< YAML::EndMap;
|
||||
|
||||
boost::filesystem::ofstream uout(filepath);
|
||||
|
||||
Reference in New Issue
Block a user