Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Aug 3, 2023
1 parent 50ad707 commit 9978204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ void sendBattleRecordsToGameData(final IDelegateBridge bridge) {
*/
void fightAirRaidsAndStrategicBombing(final IDelegateBridge delegateBridge) {
fightAirRaidsAndStrategicBombing(
delegateBridge, getPendingBattleSites(true), this::getPendingBattle);
delegateBridge, () -> getPendingBattleSites(true), this::getPendingBattle);
}

@VisibleForTesting
Expand Down

0 comments on commit 9978204

Please sign in to comment.