mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
Fix ASF crash
This commit is contained in:
@@ -77,6 +77,8 @@ internal sealed class MonitoringPlugin : OfficialPlugin, IDisposable, IGitHubPlu
|
||||
[Required]
|
||||
public override Version Version => typeof(MonitoringPlugin).Assembly.GetName().Version ?? throw new InvalidOperationException(nameof(Version));
|
||||
|
||||
public string WebPath => "/monitoring";
|
||||
|
||||
private Meter? Meter;
|
||||
|
||||
public void Dispose() => Meter?.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user