comment out unused variable in Fact or Fiction.

This commit is contained in:
jendave
2011-08-06 08:35:28 +00:00
parent 1de72e2353
commit ecb4c64e9a

View File

@@ -1298,7 +1298,7 @@ public class CardFactory_Instants {
//check for no cards in hand on resolve //check for no cards in hand on resolve
PlayerZone Library = AllZone.getZone(Constant.Zone.Library, card.getController()); PlayerZone Library = AllZone.getZone(Constant.Zone.Library, card.getController());
PlayerZone Hand = AllZone.getZone(Constant.Zone.Hand, card.getController()); PlayerZone Hand = AllZone.getZone(Constant.Zone.Hand, card.getController());
PlayerZone Grave = AllZone.getZone(Constant.Zone.Graveyard, card.getController()); //PlayerZone Grave = AllZone.getZone(Constant.Zone.Graveyard, card.getController());
CardList cards = new CardList(); CardList cards = new CardList();
if(Library.size() == 0) { if(Library.size() == 0) {