Skip to content

2023-September-13 - 2.6.14508

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Sep 20:18
e23ee69
Fix "Attackers and defenders collections must be distinct". (#11959)

* Fix "Attackers and defenders collections must be distinct".

This was caused by cantMoveUnits containing duplicates in some cases. Changed to a Set to prevent that.

Also cleans up some logic.
Fixes: https://github.com/triplea-game/triplea/issues/11851

* Fix typo.