Skip to content

Commit

Permalink
probably fix issue #10 for good
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinerki committed Mar 3, 2020
1 parent 4d7dab3 commit ecc09b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ AddEventHandler("BLACKJACK:GiveCard", function(i, seat, handSize, card, flipped,
flipped = flipped or false
split = split or false

if seat == closestChair then
if i == g_seat and seat == closestChair then
if split == true then
table.insert(splitHand, card)
else
Expand Down

0 comments on commit ecc09b3

Please sign in to comment.