ososkp / -FAZE-ClueBot

0 stars 0 forks source link

Prevent Exception when not all players are entered #18

Open ososkp opened 6 years ago

ososkp commented 6 years ago

A player can hit 'Not Playing' to avoid entering all 6, but if they don't press anything then there's an exception. We don't WANT them to be able to leave things blank, but this should be a check loop rather than just an exception.

ridgeontheway commented 6 years ago

got it -- will get to after I finish the questionMenu

ososkp commented 6 years ago

I changed it so you can leave remaining spots blank and they will just be marked as not playing. The game still crashes if you skip a spot, though.