diff --git a/system/pages/highscores.php b/system/pages/highscores.php index ff2fbd40..1229dca3 100644 --- a/system/pages/highscores.php +++ b/system/pages/highscores.php @@ -53,9 +53,6 @@ if($settingHighscoresVocationBox && $vocation !== 'all') } } -const SKILL_FRAGS = -1; -const SKILL_BALANCE = -2; - $skill = POT::SKILL__LEVEL; if(is_numeric($list)) { diff --git a/system/src/global.php b/system/src/global.php index 34f13a8b..161185b7 100644 --- a/system/src/global.php +++ b/system/src/global.php @@ -1,5 +1,8 @@