averbraeck / housinggame-facilitator

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

Dynamic update of player table #26

Closed averbraeck closed 8 months ago

averbraeck commented 8 months ago

The player table is not (always) updated with the new round number of a player when the player moves to the next round.

averbraeck commented 8 months ago

Periodic update of tables now has a statement:

        data.readDynamicData();

This should resolve the problem.