diff --git a/config.php b/config.php index 5e3d4e9..dda4b73 100644 --- a/config.php +++ b/config.php @@ -275,7 +275,7 @@ $config['highscore'] = array( 'rows' => 100, 'rowsPerPage' => 20, - 'ignoreGroupId' => 2, // Ignore group id higher than this (staff) + 'ignoreGroupId' => 2, // Ignore this and higher group ids (staff) ); // ONLY FOR TFS 0.2 (TFS 0.3/4 users don't need to care about this, as its fully loaded from db) diff --git a/highscores.php b/highscores.php index d82f2dc..80a86ff 100644 --- a/highscores.php +++ b/highscores.php @@ -64,7 +64,7 @@ if ($scores) {