We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b1b91 commit de24586Copy full SHA for de24586
lib/overrides.lua
@@ -1729,7 +1729,7 @@ end
1729
1730
local end_roundref = end_round
1731
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
+ 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
1733
if
1734
Cryptid.enabled("set_cry_poker_hand_stuff") == true
1735
and not Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "cry_none")
0 commit comments