haakjes
This commit is contained in:
parent
af2701b519
commit
0e6fa91650
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
<td><a href='machinfo.php?machid=$matchid'>" . $match['playername'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['gameMode'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['matchType'] . "</a></td>
|
||||
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . (isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName']) . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['stats']['kills'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . number_format($match['stats']['damageDealt'], 0, '.', '') . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['stats']['winPlace'] . "</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue