mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +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 $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