diff --git a/EXILED/Exiled.Loader/Loader.cs b/EXILED/Exiled.Loader/Loader.cs index 8fde8bed3..7eb440b2b 100644 --- a/EXILED/Exiled.Loader/Loader.cs +++ b/EXILED/Exiled.Loader/Loader.cs @@ -129,7 +129,7 @@ public static void LoadPlugins() /// Load every plugin inside the given directory, if null it's default EXILED one (global). /// /// The sub-directory of the plugin - if null the default EXILED one will be used. - public static void LoadPluginsFromDirectory(string dir = null) + private static void LoadPluginsFromDirectory(string dir = null) { string path = Paths.Plugins; if (dir is not null)