Further adjustments
This commit is contained in:
parent
076fe976ce
commit
8fdefa5e93
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue