- Only show Ai buggy card play dialog before the first game, as opposed to each game.

This commit is contained in:
Sol
2013-05-27 01:40:17 +00:00
parent f9b5b89281
commit 2ce64880b0

View File

@@ -273,7 +273,7 @@ public class GameNew {
player.shuffle();
}
if(player.getLobbyPlayer().getType() == PlayerType.COMPUTER) {
if(isFirstGame && player.getLobbyPlayer().getType() == PlayerType.COMPUTER) {
rAICards.addAll(getCardsAiCantPlayWell(myDeck));
}