Skip to content

Commit

Permalink
logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrabbers committed Feb 20, 2023
1 parent 7447b2b commit 587a20e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ffc_ex/game.ex
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ defmodule FfcEx.Game do

{:noreply, game}

game.cml_draw == nil and game.drawn_card == nil and game.was_valid_wild4 == nil and
game.called_ffc == nil ->
game.cml_draw == nil and game.drawn_card == nil and game.was_valid_wild4 == nil ->
{:noreply, do_draw_self(game, user_id)}
end
end
Expand Down

0 comments on commit 587a20e

Please sign in to comment.