From 8c67155cdb128ad1547f70eb17c710a9e8b22a6a Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 18 Apr 2018 23:02:55 +0100 Subject: [PATCH] Add background to rankings GUI --- mods/ctf_stats/gui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ctf_stats/gui.lua b/mods/ctf_stats/gui.lua index 4b0020c..926cfa2 100644 --- a/mods/ctf_stats/gui.lua +++ b/mods/ctf_stats/gui.lua @@ -74,6 +74,7 @@ function ctf_stats.get_formspec(title, players, header) end) local ret = "size[12,"..6.5+header.."]" + ret = ret .. default.gui_bg .. default.gui_bg_img ret = ret .. "container[0,"..header.."]" ret = ret .. "vertlabel[0,0;" .. title .. "]"