mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-30 09:14:32 +00:00
Correct plugin names we distribute outselves
This commit is contained in:
@@ -54,7 +54,7 @@ internal sealed class MonitoringPlugin : OfficialPlugin, IWebServiceProvider, IG
|
||||
|
||||
[JsonInclude]
|
||||
[Required]
|
||||
public override string Name => nameof(MonitoringPlugin);
|
||||
public override string Name => typeof(MonitoringPlugin).Assembly.GetName().Name ?? throw new InvalidOperationException(nameof(Name));
|
||||
|
||||
public string RepositoryName => SharedInfo.GithubRepo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user