Fix LuaCheck warning (#175)

This commit is contained in:
David Leal
2021-05-25 12:31:34 -05:00
committed by GitHub
parent 4d4355a741
commit afd38e0c73

View File

@ -54,7 +54,7 @@ function ui.get_formspec(player, page)
if not pagedef then
return "" -- Invalid page name
end
local formspec = {
"formspec_version[4]",
"size["..ui_peruser.formw..","..ui_peruser.formh.."]",