averbraeck / housinggame-facilitator

Facilitator app for the housing game
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Flood screen does not show when one or more playres are still in the previous round #23

Closed averbraeck closed 8 months ago

averbraeck commented 8 months ago

A NullPointerException takes place (playerRound not found) when one or more players are still in the previous round (could also be an inactive player) and the flood table is requested.

averbraeck commented 8 months ago

Problem solved. Indeed, players who were still in the previous round could not be found (their PlayerRound record was not yet created. Solved.