increase zscore precision for scoreboard.. last commit I promise
This commit is contained in:
parent
2b467d6ef9
commit
74b565ebae
@ -48,7 +48,7 @@
|
|||||||
<td>@(client.Deaths ?? 0)</td>
|
<td>@(client.Deaths ?? 0)</td>
|
||||||
<td>@Math.Round(client.Kdr ?? 0, 2)</td>
|
<td>@Math.Round(client.Kdr ?? 0, 2)</td>
|
||||||
<td>@Math.Round(client.ScorePerMinute ?? 0)</td>
|
<td>@Math.Round(client.ScorePerMinute ?? 0)</td>
|
||||||
<td>@Math.Round(client.ZScore ?? 0)</td>
|
<td>@Math.Round(client.ZScore ?? 0, 2)</td>
|
||||||
<td class="text-right">@client.Ping</td>
|
<td class="text-right">@client.Ping</td>
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user