fix that bets are set in round 2,3,4
Move the parts that triggers new bet widget to state_update_response. In playcard there was a race condition, because the state_update_response from the server already updated the game on client side to new round, whereas the playcards function was still checking cards and center pile assuming to live in the previous round.
Edited by juckerj