small changes
This commit is contained in:
parent
d183f5d993
commit
50fd406dbf
6 changed files with 46 additions and 45 deletions
|
|
@ -80,7 +80,7 @@ pub fn start_game(ctx: &ReducerContext) {
|
|||
PlayerOrBot::Bot { id } => ctx.db.bot().id().find(id).is_some(),
|
||||
})
|
||||
{
|
||||
lobby.game_state = GameState::Deal;
|
||||
lobby.game_state = GameState::Setup;
|
||||
ctx.db.lobby().id().update(lobby);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue