Fix LuaCheck warning (#175)

This commit is contained in:
David Leal
2021-05-25 12:31:34 -05:00
committed by GitHub
父節點 4d4355a741
當前提交 afd38e0c73

查看文件

@@ -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.."]",