diff --git a/src/plugin/PluginBase.php b/src/plugin/PluginBase.php index 727e93591..3b401d44a 100644 --- a/src/plugin/PluginBase.php +++ b/src/plugin/PluginBase.php @@ -66,7 +66,6 @@ abstract class PluginBase implements Plugin, CommandExecutor{ private string $resourceFolder, ){ $this->dataFolder = rtrim($dataFolder, "/" . DIRECTORY_SEPARATOR) . "/"; - //TODO: this is accessed externally via reflection, not unused $this->file = rtrim($file, "/" . DIRECTORY_SEPARATOR) . "/"; $this->resourceFolder = rtrim(str_replace(DIRECTORY_SEPARATOR, "/", $resourceFolder), "/") . "/";