Skip to content

Commit

Permalink
chore: Add info that we couldn't find any updated files for mods
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Dec 20, 2023
1 parent 47093a2 commit 1f8a6b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CFLookup/Jobs/GetLatestUpdatedModPerGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ public static async Task RunAsync(PerformContext context)
83444, // WorldBox - God Simulator
83453, // Minecraft Legends
83981, // Unreal Test Game
84529, // NighspadeTest001
84530, // OWITestGame
84610, // Test01
84658, // AI M3
84749, // Minecraft
84801, // stopdeletingmystuffiamtesting
84810, // Oaken_Testing
};

foreach (var privateGame in privateGames)
Expand Down Expand Up @@ -140,6 +147,10 @@ await db.ExecuteNonQueryAsync(
);
}
}
else
{
Console.WriteLine($"No updated files found for {game.Name} and mod {mod.Name}");
}
}
else
{
Expand Down

0 comments on commit 1f8a6b7

Please sign in to comment.