This commit is contained in:
Zzooouhh 2017-12-06 17:05:30 +01:00 committed by GitHub
parent b48c37ea8f
commit 16513408fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -564,13 +564,6 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
return;
}
Player player = game.getPlayer(defenderControlsDefensiveFormation(game) ? defendingPlayerId : playerId);
//~ Player player = game.getPlayer(playerId);
//~ for (Permanent defensiveFormation : game.getBattlefield().getAllActivePermanents(defendingPlayerId)) { // for handling Defensive Formation
//~ if (defensiveFormation.getAbilities().containsKey(ControllerAssignCombatDamageToBlockersAbility.getInstance().getId())) {
//~ player = game.getPlayer(defendingPlayerId);
//~ break;
//~ }
//~ }
List<UUID> blockerList = new ArrayList<>(blockers);
blockerOrder.clear();
while (player.canRespond()) {