From 4cb052ad7bad6614f0f8dba31a605026d5b1ec1e Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Mon, 27 Nov 2023 21:31:40 +0100 Subject: [PATCH] s --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 8a969bf..ee3ef31 100644 --- a/index.php +++ b/index.php @@ -103,6 +103,8 @@ $lastMatches = array_slice($allMatches, 0, 8); echo "AttributeValueRank(FPP SQUAD)Points"; foreach ($clanmembers['clanMembers'] as $value) { foreach ($playerRanks as $rank) { + print_r($rank); + print_r($value); if ($rank['name'] == $value) { print_r($rank); if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) {