Further adjustments

This commit is contained in:
rubenwardy 2015-12-30 13:14:14 +00:00
parent 076fe976ce
commit 8fdefa5e93

View file

@ -36,8 +36,8 @@ local function calc_scores(players)
end]]-- end]]--
pstat.score = --killbonus + pstat.score = --killbonus +
50 * pstat.captures + 50 * pstat.captures +
10 * pstat.attempts + 8 * pstat.attempts +
5 * kd 6 * kd
end end
table.sort(players, function(one, two) table.sort(players, function(one, two)
return one.score > two.score return one.score > two.score