From 0d79132b2f1a2e8fe734edf5d901024e85af2536 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 15 Nov 2023 11:35:37 +0100 Subject: [PATCH] s --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 3194de8..efa33dc 100644 --- a/index.php +++ b/index.php @@ -67,12 +67,12 @@ $lastMatches = array_slice($allMatches, 0, 8); foreach($lastMatches as $match) { $matchid = $match['id']; - print_r($match); + 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'] . "