- Cleanup.

This commit is contained in:
Sloth
2012-04-25 12:59:29 +00:00
parent 1ad876dc27
commit 904c92ecb3

View File

@@ -198,7 +198,6 @@ public class SpellAbilityRestriction extends SpellAbilityVariables {
if (c.hasKeyword("May be played by your opponent") && !activator.isPlayer(c.getController())) {
return true;
}
System.out.println(c.getName() + " didn't pass checkZoneRestrictions");
return false;
}