From ad5cecdbc55dec2f303f869664d6158565e4a660 Mon Sep 17 00:00:00 2001 From: Sloth Date: Fri, 10 May 2013 20:58:41 +0000 Subject: [PATCH] - Removed duplicate reportPaidCardsTo call. --- src/main/java/forge/card/cost/CostExileAndPay.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/forge/card/cost/CostExileAndPay.java b/src/main/java/forge/card/cost/CostExileAndPay.java index 2818b26b3c1..da394f0c061 100644 --- a/src/main/java/forge/card/cost/CostExileAndPay.java +++ b/src/main/java/forge/card/cost/CostExileAndPay.java @@ -154,7 +154,6 @@ public class CostExileAndPay extends CostPartWithList { } } } - this.reportPaidCardsTo(ability); } /* (non-Javadoc)