[ad_1]
You’re not doing anything wrong. The stats page shows the players by default in alphabetical order. You can change this behavior via a filter in PHP, if you wish. I created a small extension plugin that does exactly what you want some time ago. You can download it here.
Please note: this extension also filters players from the list without a prediction. If you don’t want this, then comment out line 38. Like this:
// $predictions = array_filter( $predictions, [__CLASS__, 'remove_inactive_users'] );
