mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-13 21:46:56 -08:00
remove breaks
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user