bug fix refresh bug fix
This commit is contained in:
parent
2c29e77f82
commit
e205182da6
@ -46,7 +46,9 @@ function reposition_func(_pack)
|
|||||||
tbl = packs_excluded
|
tbl = packs_excluded
|
||||||
else
|
else
|
||||||
tbl = packs_excluded
|
tbl = packs_excluded
|
||||||
table.insert(packs_excluded, pack.get_info(_pack))
|
local packinfo = pack.get_info(_pack)
|
||||||
|
packinfo[packinfo.id] = {packinfo.id, packinfo.title}
|
||||||
|
table.insert(packs_excluded, packinfo.id)
|
||||||
end
|
end
|
||||||
|
|
||||||
local indx = table.index(tbl, _pack) - 1
|
local indx = table.index(tbl, _pack) - 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user