Round score entry in ctf_stats
This commit is contained in:
parent
e8bb6d9ed1
commit
4f5bef96df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue