&& gameState.getLargestBet() <= gameState
.getTableConfiguration().getBigBlind();
GameState checkState = getUnwrappedStateAfterAction();
if (!newRound) {
return new NextPlayerState(checkState, new NextPlayerEvent(
nextToAct.getPlayerId()));
}
return getNewRoundState(checkState);
}