mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Support nested plugins
This commit is contained in:
@@ -99,7 +99,7 @@ namespace ArchiSteamFarm.Plugins {
|
||||
HashSet<Assembly> assemblies = new HashSet<Assembly>();
|
||||
|
||||
try {
|
||||
foreach (string assemblyPath in Directory.EnumerateFiles(pluginsPath, "*.dll")) {
|
||||
foreach (string assemblyPath in Directory.EnumerateFiles(pluginsPath, "*.dll", SearchOption.AllDirectories)) {
|
||||
Assembly assembly;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user