Skip to content

Commit

Permalink
Fix LuaCheck warning (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed May 25, 2021
1 parent 4d4355a commit afd38e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal.lua
Expand Up @@ -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.."]",
Expand Down

0 comments on commit afd38e0

Please sign in to comment.