Skip to content

Commit de24586

Browse files
committed
fix none stuff
1 parent c1b1b91 commit de24586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overrides.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ end
17291729

17301730
local end_roundref = end_round
17311731
function end_round()
1732-
if (#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1) then
1732+
if ((#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1)) and G.STATE ~= G.STATES.NEW_ROUND then
17331733
if
17341734
Cryptid.enabled("set_cry_poker_hand_stuff") == true
17351735
and not Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "cry_none")

0 commit comments

Comments
 (0)