From 556e1282a3f6fba491bb4aeeeb6aa4265ed22aa8 Mon Sep 17 00:00:00 2001 From: Archi Date: Tue, 25 Jul 2023 11:26:22 +0200 Subject: [PATCH] Misc fix --- ArchiSteamFarm/Core/Utilities.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArchiSteamFarm/Core/Utilities.cs b/ArchiSteamFarm/Core/Utilities.cs index a564550b7..c8f34856f 100644 --- a/ArchiSteamFarm/Core/Utilities.cs +++ b/ArchiSteamFarm/Core/Utilities.cs @@ -356,8 +356,8 @@ public static class Utilities { HashSet defaultStringObjects = defaultResourceSet.Cast().ToHashSet(); if (defaultStringObjects.Count == 0) { - ASF.ArchiLogger.LogNullError(defaultStringObjects); - + // This means we don't have entries for English, so there is nothing to check against + // Can happen e.g. for plugins with no strings declared which are calling this function return; }