Make function local

This commit is contained in:
AFCMS 2022-09-10 11:03:28 +02:00
parent 04a58ddd24
commit 9e83e531bd
No known key found for this signature in database
GPG Key ID: 8720389A25B652E3
1 changed files with 1 additions and 1 deletions

View File

@ -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