diff --git a/src/pocketmine/plugin/PluginBase.php b/src/pocketmine/plugin/PluginBase.php index 8c81ff6d1..e5dd66296 100644 --- a/src/pocketmine/plugin/PluginBase.php +++ b/src/pocketmine/plugin/PluginBase.php @@ -254,13 +254,6 @@ abstract class PluginBase implements Plugin, CommandExecutor{ return false; } - /** - * @return bool - */ - protected function isPhar() : bool{ - return strpos($this->file, "phar://") === 0; - } - /** * Gets an embedded resource on the plugin file. * WARNING: You must close the resource given using fclose()