geobalas / Poker

An online poker app
MIT License
208 stars 159 forks source link

init next phase at end of river #16

Open Hoppingmad9 opened 4 years ago

Hoppingmad9 commented 4 years ago

It wasn't calling initializeNextPhase() at the end of river which meant that amongst other things "this.public.biggestBet" wasn't reset after hands that went to the river. Meaning that the first player after the blinds had to match the largest bet from the previous river.