You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_process_ball_movement() iterates through ball bounce and throw-in events. It also picks up the TurnOver event, but we should be able to identify when it is going to happen before we read it and then let the outer loop (throw, blitz or other even type) handle it so that we're not doing a board.change_turn() in the middle of something else.
The text was updated successfully, but these errors were encountered:
_process_ball_movement()
iterates through ball bounce and throw-in events. It also picks up the TurnOver event, but we should be able to identify when it is going to happen before we read it and then let the outer loop (throw, blitz or other even type) handle it so that we're not doing aboard.change_turn()
in the middle of something else.The text was updated successfully, but these errors were encountered: