Skip to content

Commit a3f59e1

Browse files
committed
fix none unlock still killing you
1 parent 017cbd7 commit a3f59e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/overrides.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,9 @@ function end_round()
18781878
G.PROFILES[G.SETTINGS.profile].cry_none = true
18791879
end
18801880
end
1881-
end_roundref()
1881+
if not Cryptid.enabled("set_cry_poker_hand_stuff") then
1882+
end_roundref()
1883+
end
18821884
G.E_MANAGER:add_event(Event({
18831885
trigger = "after",
18841886
func = function()

0 commit comments

Comments
 (0)