Try to fix netf, once again into the breach

This commit is contained in:
Archi
2021-12-12 01:44:17 +01:00
parent 4f598d5c8f
commit 225003c5d1
14 changed files with 2 additions and 24 deletions

View File

@@ -464,7 +464,6 @@ internal static class PluginsCore {
internal static async Task OnBotSteamCallbacksInit(Bot bot, CallbackManager callbackManager) {
ArgumentNullException.ThrowIfNull(bot);
ArgumentNullException.ThrowIfNull(callbackManager);
if ((ActivePlugins == null) || (ActivePlugins.Count == 0)) {
@@ -500,7 +499,6 @@ internal static class PluginsCore {
internal static async Task<bool> OnBotTradeOffer(Bot bot, TradeOffer tradeOffer) {
ArgumentNullException.ThrowIfNull(bot);
ArgumentNullException.ThrowIfNull(tradeOffer);
if ((ActivePlugins == null) || (ActivePlugins.Count == 0)) {
@@ -562,7 +560,6 @@ internal static class PluginsCore {
}
ArgumentNullException.ThrowIfNull(appChanges);
ArgumentNullException.ThrowIfNull(packageChanges);
if ((ActivePlugins == null) || (ActivePlugins.Count == 0)) {