fix validations & client_cli
This commit is contained in:
parent
c1e99a5f35
commit
47a8502b63
4 changed files with 18 additions and 15 deletions
|
|
@ -139,6 +139,9 @@ impl App {
|
|||
// &self.game.state.board,
|
||||
// dice,
|
||||
// );
|
||||
self.game.handle_event(&GameEvent::Roll {
|
||||
player_id: self.game.player_id.unwrap(),
|
||||
});
|
||||
self.game.handle_event(&GameEvent::RollResult {
|
||||
player_id: self.game.player_id.unwrap(),
|
||||
dice,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue