mirror of
https://github.com/minetest-mods/i3.git
synced 2025-01-27 02:20: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)
|
||||
else
|
||||
get_items_fs(fs, data, player, full_height)
|
||||
end
|
||||
|
||||
if not data.hide_tabs then
|
||||
get_minitabs(fs, data, full_height)
|
||||
if not data.hide_tabs then
|
||||
get_minitabs(fs, data, full_height)
|
||||
end
|
||||
end
|
||||
|
||||
local visible_tabs = #i3.tabs
|
||||
|
Loading…
Reference in New Issue
Block a user