mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fixed an issue with verify
This commit is contained in:
parent
961a07e78c
commit
949b2671e0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue