mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 23:29:54 +00:00
PluginBase: fixed plugin task timings showing "Unknown" for plugin name
This commit is contained in:
parent
4a8232d591
commit
7b7be9618c
@ -67,7 +67,7 @@ abstract class PluginBase implements Plugin{
|
|||||||
$this->file = rtrim($file, "\\/") . "/";
|
$this->file = rtrim($file, "\\/") . "/";
|
||||||
$this->configFile = $this->dataFolder . "config.yml";
|
$this->configFile = $this->dataFolder . "config.yml";
|
||||||
$this->logger = new PluginLogger($this);
|
$this->logger = new PluginLogger($this);
|
||||||
$this->scheduler = new TaskScheduler($this->logger);
|
$this->scheduler = new TaskScheduler($this->logger, $this->getFullName());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user