atharvapatil22 / PokerAI

0 stars 0 forks source link

Fix Active Player Index #36

Closed brettyukino9 closed 1 month ago

brettyukino9 commented 1 month ago

The game is currently being made with player indexs starting at 1 but round is trying to index by 0 and 1.

TiptonG commented 1 month ago

@brettyukino9 Fixed this. The cause of the bug was improper argument ordering in a function call.