From 3d97bf6a7512db59a727da55ecb0f8dd5744ddef Mon Sep 17 00:00:00 2001 From: Tzen Date: Tue, 28 Nov 2023 12:16:35 +0100 Subject: [PATCH] Update topstats.php Changed the order --- 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) {