Skip to content

Commit

Permalink
Update EXILED/Exiled.Loader/Loader.cs
Browse files Browse the repository at this point in the history
Suggestion #1

Co-authored-by: Alex Rouse <123724383+ALEXWARELLC@users.noreply.github.com>
  • Loading branch information
FoxWorn3365 and iamalexrouse authored Sep 6, 2024
1 parent 59568b9 commit 35ff1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.Loader/Loader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static void LoadPlugins()
/// Load every plugin inside the given directory, if null it's default EXILED one (global).
/// </summary>
/// <param name="dir">The sub-directory of the plugin - if null the default EXILED one will be used.</param>
public static void LoadPluginsFromDirectory(string dir = null)
private static void LoadPluginsFromDirectory(string dir = null)
{
string path = Paths.Plugins;
if (dir is not null)
Expand Down

0 comments on commit 35ff1f5

Please sign in to comment.