From 4f5bef96dfaac2bd2b6a91bf40705c6a509744ef Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 5 Dec 2015 19:12:34 +0000 Subject: [PATCH] Round score entry in ctf_stats --- mods/ctf_stats/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf_stats/gui.lua b/mods/ctf_stats/gui.lua index 71df794..d4d1dc9 100644 --- a/mods/ctf_stats/gui.lua +++ b/mods/ctf_stats/gui.lua @@ -48,7 +48,7 @@ function ctf_stats.get_formspec(title, players) "," .. math.floor(pstat.kills / (pstat.deaths + 1)*10)/10 .. "," .. pstat.captures .. "," .. pstat.attempts .. - "," .. pstat.score + "," .. math.floor(pstat.score*10)/10 if i > 40 then break end