Fixed left flow guis

This commit is contained in:
Cooldude2606
2021-05-06 00:56:50 +01:00
parent 0c0dba384b
commit 6e00b2cd40
4 changed files with 8 additions and 8 deletions

View File

@@ -616,6 +616,7 @@ local function update_all_warp_force(force)
local frame = Gui.get_left_element(player, warp_list_container)
local warp_table = frame.container.scroll.table
warp_table.clear() -- Needed to re-sort the warps
for _, warp_id in ipairs(warp_ids) do
update_warp(player, warp_table, warp_id)
end