mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Update PluginsCore.cs
This commit is contained in:
@@ -659,6 +659,7 @@ public static class PluginsCore {
|
||||
}
|
||||
}
|
||||
|
||||
[UnconditionalSuppressMessage("AssemblyLoadTrimming", "IL3000", Justification = "We don't care about trimmed assemblies, as we need it to work only with the known (used) ones")]
|
||||
internal static async Task<bool> UpdatePlugins(Version asfVersion, bool stable) {
|
||||
if (ActivePlugins.Count == 0) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user