From d11ee384bdbfe26a55d4b7bca95fceef618e36ec Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Sun, 3 Dec 2023 18:49:23 +0300 Subject: [PATCH] fix crontab --- system/library/cron/threads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/library/cron/threads.php b/system/library/cron/threads.php index 7bb507f..6bbf0e3 100644 --- a/system/library/cron/threads.php +++ b/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;