Skip to content

Commit

Permalink
Write the full chassis to the OfficialUnitList.txt to fix the check f…
Browse files Browse the repository at this point in the history
…or canon units
  • Loading branch information
SJuliez committed Feb 24, 2024
1 parent c3ed045 commit 6a6a9c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ private void processUnitExporter(boolean officialUnitList) {
bw.write(",");
bw.write(Integer.toString(unit.getJumpMp()));
} else {
bw.write(unit.getChassis()
bw.write(unit.getFullChassis()
+ (unit.getModel().isBlank() ? "|" : " " + unit.getModel() + "|"));
}
bw.newLine();
Expand Down

0 comments on commit 6a6a9c2

Please sign in to comment.