Skip to content

2026-July-08 - 2026-07.16.15675

Choose a tag to compare

@github-actions github-actions released this 08 Jul 02:36
6c31b0c
Fix IllegalStateException in TechnologyFrontier#removeAdvance (#14684)

Make removeAdvance idempotent instead of throwing when the advance
is already absent. This can legitimately happen when multiple map
triggers attempt to remove the same tech in the same event, as seen
in the invasion_usa map (issue #14635).

Co-authored-by: frigoref <frigoref@web.de>