mirror of
https://github.com/YGGverse/HLState.git
synced 2026-04-01 01:25:28 +00:00
fix offline servers processing
This commit is contained in:
parent
04eeac5844
commit
741f6a3227
3 changed files with 12 additions and 2 deletions
|
|
@ -163,6 +163,11 @@ class MainController extends AbstractController
|
|||
continue;
|
||||
}
|
||||
|
||||
catch (\Throwable $error)
|
||||
{
|
||||
$status = false;
|
||||
}
|
||||
|
||||
finally
|
||||
{
|
||||
$server->Disconnect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue