Round score entry in ctf_stats

This commit is contained in:
rubenwardy 2015-12-05 19:12:34 +00:00
parent e8bb6d9ed1
commit 4f5bef96df

View file

@ -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