mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user