Skip to content

Commit

Permalink
Move map info position
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenBlob authored and GreenBlob committed May 22, 2024
1 parent f7b7829 commit 7b86268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function ctf_modebase.summary.show_gui_sorted(name, rankings, special_rankings,
if formdef.map then
formspec.elements.map = {
type = "label",
pos = {7.5, 0.5},
pos = {7, 0.5},
label = "Map: " .. formdef.map,
}
end
Expand Down

0 comments on commit 7b86268

Please sign in to comment.