mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Heap of bugfixes, cleanup and PHP 7 upgrades
This commit is contained in:
@ -63,7 +63,7 @@ class TaskHandler{
|
||||
$this->taskId = $taskId;
|
||||
$this->delay = $delay;
|
||||
$this->period = $period;
|
||||
$this->timingName = $timingName === null ? "Unknown" : $timingName;
|
||||
$this->timingName = $timingName ?? "Unknown";
|
||||
$this->timings = Timings::getPluginTaskTimings($this, $period);
|
||||
$this->task->setHandler($this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user