Fix visual bug
This commit is contained in:
parent
0b4201a796
commit
dfcc970c09
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ end
|
||||||
|
|
||||||
local function adder(tbl)
|
local function adder(tbl)
|
||||||
return function(v)
|
return function(v)
|
||||||
table.insert(tbl, {id = v.key})
|
table.insert(tbl, {id = v.key, type = "blind"})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue