Skip to content

Commit 1724898

Browse files
committed
what
1 parent de6311b commit 1724898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/planet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elseif v.config.hand_type then
1717
softlocked = G.GAME.hands[v.config.hand_type].played == 0
1818
elseif v.config.hand_types then
1919
for _, h in pairs(v.config.hand_types) do
20-
if (G.GAME.handscry_Declare or 0) > 0 then
20+
if (G.GAME.hands[h].played or 0) > 0 then
2121
softlocked = false
2222
end
2323
end

0 commit comments

Comments
 (0)