remove bad Override

This commit is contained in:
Northmoc
2021-02-13 20:17:43 -05:00
parent 0ac5758835
commit 6749aa271b

View File

@@ -57,7 +57,6 @@ public class TargetChoices extends ForwardingList<GameObject> implements Cloneab
return totalCMC;
}
@Override
public final int getTotalTargetedPower() {
int totalPower = 0;
for (Card c : Iterables.filter(targets, Card.class)) {