Compare commits

..

1 Commits

Author SHA1 Message Date
Pavel Shevaev 3dafb71a55 Fixing Exception usage
Publish PHP Package / docker (push) Successful in 6s Details
2025-04-29 16:35:57 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function gamectl_check_lock()
{ {
$pid = file_get_contents($lock); $pid = file_get_contents($lock);
} }
catch(Exception $e) {} catch(\Exception $e) {}
if($last_pid !== $pid) if($last_pid !== $pid)
{ {