This commit is contained in:
Lanta 2023-11-03 21:48:34 +01:00
parent 224cfa464f
commit 9937d2da6c

View file

@ -75,7 +75,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
<td><?php echo $match['matchType']; ?></td>
<td><?php echo isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName']; ?></td>
<td><?php echo $match['stats']['kills']; ?></td>
<td><?php echo $match['stats']['damageDealt']; ?></td>
<td><?php echo number_format($match['stats']['damageDealt'], 0, '.', ''); ?></td>
<td><?php echo gmdate("H:i:s", $match['stats']['timeSurvived']); ?></td>
<td><?php echo $match['stats']['winPlace']; ?></td>
</tr>