Update ComputerUtilCombat.java

This commit is contained in:
tool4ever
2025-10-08 17:58:08 +00:00
committed by Chris H
parent a0442e7c3e
commit 7b8f69a022

View File

@@ -2053,7 +2053,6 @@ public class ComputerUtilCombat {
} else { } else {
opposedCombatants = AiBlockController.orderAttackers(combatant, new CardCollection(opposedCombatants)); opposedCombatants = AiBlockController.orderAttackers(combatant, new CardCollection(opposedCombatants));
} }
opposedCombatants = AiBlockController.orderBlockers(combatant, new CardCollection(opposedCombatants)); // assume sorted in case the legacy option is enabled
} }
if (opposedCombatants.size() == 1) { if (opposedCombatants.size() == 1) {