diff --git a/Webpages/leaderboard.php b/Webpages/leaderboard.php index 4a9e64451..4a13d4a04 100644 --- a/Webpages/leaderboard.php +++ b/Webpages/leaderboard.php @@ -73,7 +73,7 @@ for ($i = 0; $i < count($tournamentTypes); $i++) AND gameId = $i AND score IS NOT NULL ORDER BY score DESC, name ASC - LIMIT 50; + LIMIT 30; QUERY; $result = mysqli_query($con, $query);