mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-05 19:37:17 +00:00
remove PluginBase->getFile()
this is in preparation for opening the doors to more exotic kinds of plugin loaders, such as eval()d or web plugins.
This commit is contained in:
parent
d176f6f1ca
commit
67321bb3f6
@ -370,13 +370,6 @@ abstract class PluginBase implements Plugin, CommandExecutor{
|
||||
return $this->description->getFullName();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
protected function getFile() : string{
|
||||
return $this->file;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return PluginLoader
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user