- Removed an unnecessary empty line.

This commit is contained in:
Agetian
2017-06-13 16:39:17 +00:00
parent dcce72d770
commit 99cd34fecb

View File

@@ -621,7 +621,6 @@ public class AiAttackController {
for (Card cre : attSorted) {
i++;
if (i + refPowerValue >= cre.getCurrentToughness()) {
attUnsafe.add(cre);
} else {