mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-02 16:23:04 +00:00
AsyncTask: added newline
This commit is contained in:
parent
b3e8314b9f
commit
c931c52617
@ -129,6 +129,7 @@ abstract class AsyncTask extends \Threaded{
|
|||||||
public function cancelRun() : void{
|
public function cancelRun() : void{
|
||||||
$this->cancelRun = true;
|
$this->cancelRun = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasCancelledRun() : bool{
|
public function hasCancelledRun() : bool{
|
||||||
return $this->cancelRun;
|
return $this->cancelRun;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user