This commit is contained in:
Archi
2023-07-25 11:26:22 +02:00
parent fd1b44cadc
commit 0410a4b056

View File

@@ -356,8 +356,8 @@ public static class Utilities {
HashSet<DictionaryEntry> defaultStringObjects = defaultResourceSet.Cast<DictionaryEntry>().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;
}