2023-September-13 - 2.6.14508
Pre-release
Pre-release
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.