Fix online status + vocation for TFS 0.x

This commit is contained in:
slawkens
2025-02-01 00:35:22 +01:00
parent d2a4748a59
commit ea51ad27c3
3 changed files with 12 additions and 14 deletions

View File

@@ -234,10 +234,6 @@ foreach($highscores as $id => &$player)
$player['experience'] = number_format($player['experience']);
}
if(!$settingHighscoresVocation) {
unset($player['vocation']);
}
$player['link'] = getPlayerLink($player['name'], false);
$player['flag'] = getFlagImage($player['country']);
if($settingHighscoresOutfit) {