From 912a5d6ad0cc8a0cbe407557bd483234b17af7a6 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 4 May 2025 16:45:25 +0100 Subject: [PATCH] Remove TODO --- src/plugin/PluginBase.php | 1 - 1 file changed, 1 deletion(-) 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), "/") . "/";