Compare commits
No commits in common. "master" and "v1.1.0" have entirely different histories.
|
@ -33,7 +33,7 @@ function gamectl_check_lock()
|
|||
{
|
||||
$pid = file_get_contents($lock);
|
||||
}
|
||||
catch(\Exception $e) {}
|
||||
catch(Exception $e) {}
|
||||
|
||||
if($last_pid !== $pid)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue