remove breaks

This commit is contained in:
Zach H 2015-07-06 01:31:24 -04:00
parent ef268d79c3
commit 8e4f0c50af

View file

@ -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
}
}
}