fix crontab
This commit is contained in:
parent
eaf8a97bed
commit
d11ee384bd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class threads extends cron
|
|||
$all = $sql->num();
|
||||
|
||||
while ($server = $sql->get())
|
||||
$aUnit[$server['unit']][$server['game']] .= $server['id'] . ' ';
|
||||
$aUnit[$server['unit']][$server['game']] = $server['id'] . ' ';
|
||||
|
||||
if ($argv[3] == 'scan_servers_route')
|
||||
cron::$seping = 50;
|
||||
|
|
Loading…
Reference in a new issue