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 ..
|
"," .. math.floor(pstat.kills / (pstat.deaths + 1)*10)/10 ..
|
||||||
"," .. pstat.captures ..
|
"," .. pstat.captures ..
|
||||||
"," .. pstat.attempts ..
|
"," .. pstat.attempts ..
|
||||||
"," .. pstat.score
|
"," .. math.floor(pstat.score*10)/10
|
||||||
if i > 40 then
|
if i > 40 then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue