Skip to content

Commit 565cfc8

Browse files
committed
oops
1 parent 49ad80f commit 565cfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blind_functions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ end
704704
function _G.info_queue_copied(key)
705705
local width = 6
706706
local desc_nodes = {}
707-
local vars = G.P_BLINDS[key]:loc_vars(G.GAME.blind) or {vars = {}}
707+
local vars = G.P_BLINDS[key].loc_vars and G.P_BLINDS[key]:loc_vars(G.GAME.blind) or {vars = {}}
708708
localize{type = 'descriptions', key = key, set = "Blind", nodes = desc_nodes, vars = vars.vars}
709709
local desc = {}
710710
for _, v in ipairs(desc_nodes) do

0 commit comments

Comments
 (0)