Skip to content

Commit

Permalink
Log as we check each user's folder for licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Jan 17, 2024
1 parent 7dfac79 commit 09acc27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Refresher/UI/IntegratedPatchForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ protected virtual void GameChanged(object? sender, EventArgs ev)
{
foreach (string user in this.Accessor.GetDirectoriesInDirectory(Path.Combine("home")))
{
Console.WriteLine($"Checking all license files in {user}");
foreach (string licenseFile in this.Accessor.GetFilesInDirectory(Path.Combine(user, "exdata")))
{
//If the license file does not contain the content ID in its path, skip it
Expand Down

0 comments on commit 09acc27

Please sign in to comment.