fixed an issue with verify

This commit is contained in:
Evan Kranzler 2021-06-18 18:26:09 -04:00
parent 961a07e78c
commit 949b2671e0

View file

@ -1187,7 +1187,7 @@ public class VerifyCardDataTest {
}
private void checkAll(Card card, MtgJsonCard ref, int cardIndex) {
if (checkName(ref)) {
if (!checkName(ref)) {
return;
}
if (!ONLY_TEXT) {