Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
3dafb71a55 |
|
@ -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