mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Try to fix netf, once again into the breach
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user