mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
PluginBase: remove useless duplicate doc comment from onLoad() stub
This commit is contained in:
parent
f069df65a8
commit
c7f1b605f2
@ -85,9 +85,6 @@ abstract class PluginBase implements Plugin{
|
|||||||
$this->scheduler = new TaskScheduler($this->logger, $this->getFullName());
|
$this->scheduler = new TaskScheduler($this->logger, $this->getFullName());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Called when the plugin is loaded, before calling onEnable()
|
|
||||||
*/
|
|
||||||
public function onLoad(){
|
public function onLoad(){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user