remove breaks
This commit is contained in:
parent
ef268d79c3
commit
8e4f0c50af
1 changed files with 1 additions and 2 deletions
|
@ -741,8 +741,7 @@ void DeckList::updateDeckHash()
|
|||
}
|
||||
else if (node->getName() != "tokens") // Neither Mainboard, Sideboard, or Tokens... cheater?
|
||||
{
|
||||
isValidDeckList = false;
|
||||
break; break; break; // Deck is invalid, end the entire check
|
||||
isValidDeckList = false; // Deck is invalid
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue