(bug) player now also advances game, but can double discard
This commit is contained in:
parent
e8dd782f59
commit
5ebf3f6c05
4 changed files with 12 additions and 6 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue