triplea-game / triplea

TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
https://triplea-game.org/
GNU General Public License v3.0
1.3k stars 387 forks source link

Move a preconditions check earlier. #12695

Closed asvitkine closed 2 weeks ago

asvitkine commented 2 weeks ago

This checks for the condition being hit here: https://github.com/triplea-game/triplea/issues/12626 At an earlier place in the code.

Notes to Reviewer