mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 00:59:51 +00:00
Revert "remove PluginBase->getFile()"
This reverts commit 67321bb3f6724f22101aed772537cc10a4bad3ae.
This commit is contained in:
parent
b5805c2d0a
commit
b0071ed703
@ -355,6 +355,13 @@ abstract class PluginBase implements Plugin, CommandExecutor{
|
|||||||
return $this->description->getFullName();
|
return $this->description->getFullName();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
protected function getFile() : string{
|
||||||
|
return $this->file;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return PluginLoader
|
* @return PluginLoader
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user