From d91e760d304a53803557343b01214c39840a1154 Mon Sep 17 00:00:00 2001 From: Stefan Brannfjell Date: Sat, 30 Aug 2014 15:32:25 +0200 Subject: [PATCH] Fix #146 --- config.php | 2 +- highscores.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {