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; }