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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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