mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +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->configFile = $this->dataFolder . "config.yml";
|
||||
$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