Further enhance plugin updates selection

This commit is contained in:
Łukasz Domeradzki
2024-03-26 17:44:42 +01:00
parent b58469ce40
commit 4c38de75ab
7 changed files with 52 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ namespace ArchiSteamFarm.OfficialPlugins.MobileAuthenticator;
internal sealed class MobileAuthenticatorPlugin : OfficialPlugin, IBotCommand2, IBotSteamClient {
[JsonInclude]
[Required]
public override string Name => typeof(MobileAuthenticatorPlugin).Assembly.GetName().Name ?? throw new InvalidOperationException(nameof(Name));
public override string Name => nameof(MobileAuthenticatorPlugin);
[JsonInclude]
[Required]