diff --git a/system/pages/highscores.php b/system/pages/highscores.php index cac535be..d8057595 100644 --- a/system/pages/highscores.php +++ b/system/pages/highscores.php @@ -207,7 +207,7 @@ if (empty($highscores)) { $tmp = $row->toArray(); $tmp['online'] = $row->online_status; $tmp['vocation'] = $row->vocation_name; - $tmp['outfit_url'] = $row->outfit_url; + $tmp['outfit_url'] = $row->outfit_url; // @phpstan-ignore-line unset($tmp['online_table']); return $tmp;