Skip to content

Commit d1e3a11

Browse files
authored
1 parent 4481a0c commit d1e3a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImperatorToCK3/Outputter/CoatOfArmsOutputter.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ internal static async Task OutputCoas(string outputModPath, Title.LandedTitles t
2727
continue;
2828
}
2929

30-
// If the title's ID is present in CoaMapper, we don't need to output the CoA (because it's already in the CK3 mod filesystem).
31-
if (ck3CoaMapper.GetCoaForFlagName(title.Id, warnIfMissing: false) is not null) {
30+
// If the title's CoA is the same as in CoaMapper, we don't need to output the CoA (because it's already in the CK3 mod filesystem).
31+
if (ck3CoaMapper.GetCoaForFlagName(title.Id, warnIfMissing: false) == coa) {
3232
continue;
3333
}
3434

0 commit comments

Comments
 (0)