Fix System.FormatException (#2228)

This commit is contained in:
Sebastian Göls
2021-03-09 18:49:56 +01:00
committed by GitHub
parent ee3d2cdd72
commit 69ac799ef6

View File

@@ -3241,7 +3241,7 @@ namespace ArchiSteamFarm {
}
if (inventory.Count == 0) {
ArchiLogger.LogGenericWarning(string.Format(CultureInfo.CurrentCulture, Strings.ErrorIsEmpty), nameof(inventory));
ArchiLogger.LogGenericWarning(string.Format(CultureInfo.CurrentCulture, Strings.ErrorIsEmpty, nameof(inventory)));
return;
}