Compare commits

..

No commits in common. "master" and "v1.1.0" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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