From 35ff1f5d077938f43821d444dbd947eaf0d5845c Mon Sep 17 00:00:00 2001 From: FoxWorn3365 <61429263+FoxWorn3365@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:40:55 +0200 Subject: [PATCH] Update EXILED/Exiled.Loader/Loader.cs Suggestion #1 Co-authored-by: Alex Rouse <123724383+ALEXWARELLC@users.noreply.github.com> --- EXILED/Exiled.Loader/Loader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)