Readd "Dispose"

This commit is contained in:
Cubester 2025-03-02 02:37:24 -05:00
parent c9dabd6b4f
commit 9700c61523
No known key found for this signature in database
GPG Key ID: BCAD0DEA8F81F94A

View File

@ -93,7 +93,7 @@ namespace Bloxstrap.Integrations
}
_activeIntegrations.Clear();
_activityWatcher.Dispose();
GC.SuppressFinalize(this);
}
}