This commit is contained in:
JustArchi
2017-12-30 21:29:24 +01:00
parent 434edd6667
commit 0e65122f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ namespace ArchiSteamFarm {
return globalDatabase;
}
internal async Task RefreshPackageIDs(Bot bot, IReadOnlyDictionary<uint, uint> packages) {
internal async Task RefreshPackages(Bot bot, IReadOnlyDictionary<uint, uint> packages) {
if ((bot == null) || (packages == null) || (packages.Count == 0)) {
ASF.ArchiLogger.LogNullError(nameof(bot) + " || " + nameof(packages));
return;