- Fixed last commit

This commit is contained in:
swordshine
2014-02-26 07:51:46 +00:00
parent 14a9126933
commit 7d6e22be67

View File

@@ -6395,10 +6395,6 @@ public class Card extends GameEntity implements Comparable<Card> {
if (!this.isEnchanted()) {
return false;
}
} else if (property.startsWith("enchanted")) {
if (!this.isEnchanted()) {
return false;
}
} else if (property.startsWith("unenchanted")) {
if (this.isEnchanted()) {
return false;