diff --git a/solitaire.lua b/solitaire.lua index 0b0af97..958a810 100644 --- a/solitaire.lua +++ b/solitaire.lua @@ -250,10 +250,10 @@ function update() then for i=3,6 do if move_sel(hand, {i,#stacks[i]}) then - hand=nil break end end + hand=nil elseif hand and hover and left then move_sel(hand,hover) hand=nil