From 5a6e03acf99560a703415dad7ad49b99cde114cc Mon Sep 17 00:00:00 2001 From: Tzen Date: Tue, 28 Nov 2023 12:11:41 +0100 Subject: [PATCH] Update topstats.php Reordered the attributes --- topstats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topstats.php b/topstats.php index aeb8a05..e5d9612 100644 --- a/topstats.php +++ b/topstats.php @@ -32,7 +32,7 @@ include './includes/header.php';
"; // Displaying top 10 comparisons for each attribute - $attributes = ['dBNOs', 'damageDealt', 'roadKills', 'teamKills','headshotKills','roundMostKills','kills','wins','top10s']; + $attributes = ['wins','top10s','kills','dBNOs','damageDealt','headshotKills','roadKills','teamKills','roundMostKills']; foreach ($attributes as $attribute) { echo "

Top 10 $attribute

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