mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
PluginBase: fixed plugin task timings showing "Unknown" for plugin name
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user