diff -r ca7fdb431b34 -r 625d5a45f267 share/hedgewars/Data/Scripts/Multiplayer/Racer.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Sat Feb 17 00:34:00 2018 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Sat Feb 17 11:25:43 2018 +0100 @@ -461,6 +461,11 @@ PlaySound(sndHellish) end + for i = 0, (TeamsCount-1) do + if teamNameArr[i] ~= " " and teamScore[i] ~= 1000000 then + SetTeamLabel(teamNameArr[i], string.format(loc("%.1fs"), teamScore[i]/1000)) + end + end if bestTime == trackTime then