- Removed a superfluous comment.

This commit is contained in:
Agetian
2017-09-11 14:17:19 +00:00
parent 8759532964
commit 2a87d338b4

View File

@@ -79,8 +79,6 @@ public class AiBlockController {
}
// finds blockers that won't be destroyed
// (we don't check attacker static abilities at this point since the attackers have already attacked and, thus,
// their P/T modifiers are active and are counted as a part of getNetPower/getNetToughness)
private List<Card> getSafeBlockers(final Combat combat, final Card attacker, final List<Card> blockersLeft) {
final List<Card> blockers = new ArrayList<>();