Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Aug 30, 2023
1 parent b7a8386 commit ef07d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_local.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ local function get_formspec(tabview, name, tabdata)

-- Reset y so that the text fields always start at the same position,
-- regardless of whether some of the checkboxes are hidden.
y = 0.2 + 4*yo + 0.35
y = 0.2 + 4 * yo + 0.35

retval = retval .. "field[0," .. y .. ";4.5,0.75;te_playername;" .. fgettext("Name") .. ";" ..
core.formspec_escape(current_name) .. "]"
Expand Down

0 comments on commit ef07d89

Please sign in to comment.