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
Following 5fdc223 the loop should follow the early return style. this means the condition should be inverted to continue when the player name isn't the one expected. Then when the right player is found and stored we should break out of the loop.
The text was updated successfully, but these errors were encountered:
Following 5fdc223 the loop should follow the early return style. this means the condition should be inverted to continue when the player name isn't the one expected. Then when the right player is found and stored we should break out of the loop.
The text was updated successfully, but these errors were encountered: