diff --git a/mods/ctf_stats/gui.lua b/mods/ctf_stats/gui.lua index b33e244..5ed5b57 100644 --- a/mods/ctf_stats/gui.lua +++ b/mods/ctf_stats/gui.lua @@ -152,7 +152,7 @@ local function send_as_chat_result(to, name) " | K/D: " .. math.floor(kd*10)/10 .. " | Captures: " .. me.captures .. " | Attempts: " .. me.attempts .. - " | Score: " .. me.score + " | Score: " .. math.floor(me.score) end return true, result end