Browse Source

fix crontab

Sergei Solovev 1 year ago
parent
commit
d11ee384bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/library/cron/threads.php

+ 1 - 1
system/library/cron/threads.php

@@ -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;