* fixed some php notice when there are no players online on TFS 1.x

This commit is contained in:
slawkens1 2018-01-07 12:03:37 +01:00
parent 7ab1c1170f
commit de7366e9a9

View File

@ -191,9 +191,7 @@ if($db->hasTable('players_online')) {
foreach($skills as $player)
{
if(isset($is_online)) {
$player['online'] = (isset($is_online[$player['id']]) ? 1 : 0);
}
if(++$i <= $config['highscores_length'])
{