Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit fd8b0ae

Browse files
authored
Something very complex (#170)
* The fix belongs to Axwabo#2534
1 parent 51d1e1e commit fd8b0ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NwPluginAPI/Loader/AssemblyLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static void Initialize()
8686

8787
Log.Info("<---< Load all plugins <---<");
8888

89-
foreach (var plugin in Plugins.Values.SelectMany(x => x.Values).OrderByDescending(x => x.LoadPriority))
89+
foreach (var plugin in Plugins.Values.SelectMany(x => x.Values).OrderBy(x => x.LoadPriority))
9090
{
9191
try
9292
{

0 commit comments

Comments
 (0)