mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 21:45:35 +00:00
Fixed Tasks deleting their Timings reports
This commit is contained in:
parent
747fdab389
commit
8637b7f5a3
@ -137,7 +137,6 @@ class TaskHandler{
|
|||||||
public function remove(){
|
public function remove(){
|
||||||
$this->cancelled = true;
|
$this->cancelled = true;
|
||||||
$this->task->setHandler(null);
|
$this->task->setHandler(null);
|
||||||
$this->timings->remove();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user