fix offline servers processing

This commit is contained in:
ghost 2024-01-09 00:31:24 +02:00
parent 04eeac5844
commit 741f6a3227
3 changed files with 12 additions and 2 deletions

View file

@ -224,6 +224,11 @@ class CrontabController extends AbstractController
continue;
}
catch (\Throwable $error)
{
continue;
}
finally
{
$server->Disconnect();

View file

@ -163,6 +163,11 @@ class MainController extends AbstractController
continue;
}
catch (\Throwable $error)
{
$status = false;
}
finally
{
$server->Disconnect();