Closed rc14193 closed 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.
this happened because at the start events is empty, add an if that checks events size.
fixed the problem.
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.