mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Make function local
This commit is contained in:
parent
04a58ddd24
commit
9e83e531bd
@ -48,7 +48,7 @@ end)
|
||||
---@param content string
|
||||
---@param inventory boolean
|
||||
---@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]"
|
||||
|
||||
if #mcl_inventory.registered_survival_inventory_tabs ~= 1 then
|
||||
|
Loading…
Reference in New Issue
Block a user