mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
YAML generator now skips plugins with no metadata.
This commit is contained in:
@@ -691,7 +691,7 @@ namespace YAML {
|
||||
}
|
||||
|
||||
inline Emitter& operator << (Emitter& out, const boss::Plugin& rhs) {
|
||||
//if (!rhs.HasNameOnly()) {
|
||||
if (!rhs.HasNameOnly()) {
|
||||
|
||||
out << BeginMap
|
||||
<< Key << "name" << Value << rhs.Name();
|
||||
@@ -718,6 +718,6 @@ namespace YAML {
|
||||
out << Key << "tag" << Value << rhs.Tags();
|
||||
|
||||
out << EndMap;
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user