Closed brettyukino9 closed 7 months ago
The game is currently being made with player indexs starting at 1 but round is trying to index by 0 and 1.
@brettyukino9 Fixed this. The cause of the bug was improper argument ordering in a function call.
The game is currently being made with player indexs starting at 1 but round is trying to index by 0 and 1.