From 7165d2a13b416fad542bd7a3e104918e74aae389 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 21 Sep 2023 20:19:48 +0200 Subject: [PATCH] topstats --- topstats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topstats.php b/topstats.php index 149f682..8232082 100644 --- a/topstats.php +++ b/topstats.php @@ -34,7 +34,7 @@ error_reporting(E_ALL);
"; // Displaying top 10 comparisons for each attribute - $attributes = ['dBNOs', 'damageDealt', 'roadKills', 'teamKills']; + $attributes = ['dBNOs', 'damageDealt', 'roadKills', 'teamKills','headshotKills','roundMostKills','kills','wins','top10s']; foreach ($attributes as $attribute) { echo "

Top 10 $attribute

"; uasort($players_data[$selected_mode], function ($a, $b) use ($attribute) {