This commit is contained in:
marcins78@gmail.com
2012-01-16 12:30:09 +00:00
parent 5eff177512
commit dbf2e5e9e8

View File

@@ -234,7 +234,7 @@ public class HallServer extends AbstractServer {
try {
format.validateDeck(player, lotroDeck);
} catch (DeckInvalidException e) {
throw new HallException("Your registered deck is not valid for this format: " + e.getMessage());
throw new HallException("Your selected deck is not valid for this format: " + e.getMessage());
}
// Now check if player owns all the cards