Round score entry in ctf_stats
This commit is contained in:
parent
e8bb6d9ed1
commit
4f5bef96df
@ -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…
x
Reference in New Issue
Block a user