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.29k stars 382 forks source link

Fix NPE in PlacementPicker. #12602

Closed asvitkine closed 1 month ago

asvitkine commented 1 month ago

Make placements field never null.

Fixes https://github.com/triplea-game/triplea/issues/12589.

Notes to Reviewer