From a3bee5b822c95e7017972a9662671c9a1a4a12d3 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 27 Sep 2023 15:52:07 +0200 Subject: [PATCH] debug --- last_stats.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/last_stats.php b/last_stats.php index 35e6156..677b816 100644 --- a/last_stats.php +++ b/last_stats.php @@ -48,6 +48,8 @@ error_reporting(E_ALL); $matches = $player_data['matches']; $KD_H = ($player_data['KD_H'] == "Infinity") ? "∞" : number_format($player_data['KD_H'], 2, ',', ''); $KD_ALL = ($player_data['KD_ALL'] == "Infinity") ? "∞" : number_format($player_data['KD_ALL'], 2, ',', ''); + echo $KD_H; + echo $KD_ALL; echo " $player_name