mirror of
https://github.com/minetest-mods/i3.git
synced 2025-02-05 06:50:24 +01:00
HOTFIX
This commit is contained in:
parent
2ddaa4ddfb
commit
eac4a18df2
@ -1666,10 +1666,10 @@ local function make_fs(player, data)
|
|||||||
get_panels(fs, data, player)
|
get_panels(fs, data, player)
|
||||||
else
|
else
|
||||||
get_items_fs(fs, data, player, full_height)
|
get_items_fs(fs, data, player, full_height)
|
||||||
end
|
|
||||||
|
|
||||||
if not data.hide_tabs then
|
if not data.hide_tabs then
|
||||||
get_minitabs(fs, data, full_height)
|
get_minitabs(fs, data, full_height)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local visible_tabs = #i3.tabs
|
local visible_tabs = #i3.tabs
|
||||||
|
Loading…
Reference in New Issue
Block a user