This commit is contained in:
JustArchi
2020-05-04 15:31:35 +02:00
parent 29c665fcf9
commit 8e5735726b
2 changed files with 2 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ namespace ArchiSteamFarm {
}
private static void InitEvents() {
if ((FileSystemWatcher != null) || (LastWriteEvents != null)) {
if ((FileSystemWatcher != null) || (LastWriteEvents != null) || !Directory.Exists(SharedInfo.ConfigDirectory)) {
return;
}

View File

@@ -1773,7 +1773,7 @@ namespace ArchiSteamFarm {
return result;
}
internal async Task<IDocument> GetGameCardsPage(ulong appID) {
internal async Task<IDocument> GetGameCardsPage(uint appID) {
if (appID == 0) {
Bot.ArchiLogger.LogNullError(nameof(appID));