mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-24 23:36:01 -05:00
remove breaks
This commit is contained in:
parent
ef268d79c3
commit
8e4f0c50af
|
|
@ -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 New Issue
Block a user