Skip to content

Commit

Permalink
Fixing style error
Browse files Browse the repository at this point in the history
  • Loading branch information
IllianiCBT committed Jul 15, 2024
1 parent 06a6315 commit 742997e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,9 @@ public static int generateForce(AtBDynamicScenario scenario, AtBContract contrac
cGame,
cGame.getOptions(),
arrayGeneratedLance,
factionCode, new ArrayList<>(), new ArrayList<>(),
factionCode,
new ArrayList<>(),
new ArrayList<>(),
ownerBaseQuality,
((isPirate) ? TeamLoadoutGenerator.UNSET_FILL_RATIO : 1.0f)
);
Expand Down

0 comments on commit 742997e

Please sign in to comment.