(bug) player now also advances game, but can double discard

This commit is contained in:
Tao Tien 2026-02-24 19:36:39 -08:00
parent e8dd782f59
commit 5ebf3f6c05
4 changed files with 12 additions and 6 deletions

View file

@ -108,7 +108,7 @@ pub struct Bot {
pub working_tile: Option<DbTile>,
}
#[table(name = game_timer, scheduled(advance_game))]
#[table(name = game_timer, scheduled(advance_game), public)]
pub struct GameTimer {
#[primary_key]
#[auto_inc]