diff --git a/last_stats.php b/last_stats.php index f127db8..61d5457 100644 --- a/last_stats.php +++ b/last_stats.php @@ -82,14 +82,11 @@ error_reporting(E_ALL); $change = number_format($player_data['change'], 2, ',', ''); if ($change < 0) { - $fontColor = "red"; $imagePath = 'images\red.png'; } elseif ($change > 0) { - $fontColor = "green"; $imagePath = 'images\green.png'; } else { - $fontColor = 'black'; - $imagePath = "images\equal.png"; + $imagePath = 'images\equal.png'; } @@ -104,7 +101,7 @@ error_reporting(E_ALL); $matches $wins $deaths - $changeChange Indicator + $changeChange Indicator "; }