yoel123 / java-text-based-space-station-manger-sim

space station management/tycoon/trader game. made for fun and practice.
6 stars 8 forks source link

Invalid input for event causes crash #16

Closed rc14193 closed 4 years ago

rc14193 commented 4 years ago

Found a bug where if you go to the events page and type an invalid input it cause an exception error that crashes the game. Need to have a check here that if the input is invalid to notify the user then reprint the screen.

image

yoel123 commented 4 years ago

this happened because at the start events is empty, add an if that checks events size.

fixed the problem.