Skip to content

Commit

Permalink
Update GameHandController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
maiklez committed Jul 21, 2015
1 parent c96bf8f commit 9ec70b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected Boolean playRound(GameHand gameHand) {

// After a raise, every active players after the raiser must play
if (bettingDecision.equals(BettingDecision.RAISE)) {
toPlay = gameHand.getPlayersCount() - 1;
toPlay = gameHand.getPlayersCount();
}

applyDecision(gameHand, player, bettingDecision);
Expand Down

0 comments on commit 9ec70b4

Please sign in to comment.