From 8fdefa5e939c4585c910e477f3603f2ac4ea71c5 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 30 Dec 2015 13:14:14 +0000 Subject: [PATCH] Further adjustments --- mods/ctf_stats/gui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ctf_stats/gui.lua b/mods/ctf_stats/gui.lua index 9e4d956..4e7a033 100644 --- a/mods/ctf_stats/gui.lua +++ b/mods/ctf_stats/gui.lua @@ -36,8 +36,8 @@ local function calc_scores(players) end]]-- pstat.score = --killbonus + 50 * pstat.captures + - 10 * pstat.attempts + - 5 * kd + 8 * pstat.attempts + + 6 * kd end table.sort(players, function(one, two) return one.score > two.score