mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-16 18:54:58 +01:00
Make function local
This commit is contained in:
parent
04a58ddd24
commit
9e83e531bd
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ end)
|
||||||
---@param content string
|
---@param content string
|
||||||
---@param inventory boolean
|
---@param inventory boolean
|
||||||
---@param tabname string
|
---@param tabname string
|
||||||
function build_page(player, content, inventory, tabname)
|
local function build_page(player, content, inventory, tabname)
|
||||||
local tab_buttons = "style_type[image;noclip=true]"
|
local tab_buttons = "style_type[image;noclip=true]"
|
||||||
|
|
||||||
if #mcl_inventory.registered_survival_inventory_tabs ~= 1 then
|
if #mcl_inventory.registered_survival_inventory_tabs ~= 1 then
|
||||||
|
|
Loading…
Reference in a new issue