From 0ba5c06d96dd2a9639191a3040594e8c70855f76 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 15 Nov 2023 11:39:42 +0100 Subject: [PATCH] matchid --- index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 9a2c710..feb0a15 100644 --- a/index.php +++ b/index.php @@ -69,13 +69,13 @@ $lastMatches = array_slice($allMatches, 0, 8); $matchid = $match['id']; echo " - " . $match['playername'] . " - " . $match['gameMode'] . " - " . $match['matchType'] . " - " . (isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName']) . " - " . $match['stats']['kills'] . " - " . number_format($match['stats']['damageDealt'], 0, '.', '') . " - " . $match['stats']['winPlace'] . " + " . $match['playername'] . " + " . $match['gameMode'] . " + " . $match['matchType'] . " + " . (isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName']) . " + " . $match['stats']['kills'] . " + " . number_format($match['stats']['damageDealt'], 0, '.', '') . " + " . $match['stats']['winPlace'] . " "; } ?>