Skip to content

Commit c32afb3

Browse files
committed
fix(api): correct blind state key from Large to Big in comment
1 parent 47daa68 commit c32afb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ API.functions["skip_or_select_blind"] = function(args)
235235
condition = function()
236236
local prev_state = {
237237
["Small"] = G.prev_small_state,
238-
["Large"] = G.prev_large_state, -- this is Large not Big
238+
["Big"] = G.prev_large_state,
239239
["Boss"] = G.prev_boss_state,
240240
}
241241
return prev_state[current_blind] == "Skipped"

0 commit comments

Comments
 (0)