Skip to content

Commit

Permalink
Log when expected prefix path not found
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons committed May 2, 2024
1 parent b8455ff commit f01a13d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public static void ApplySettingsBandAid(string gamePath)

if (!Directory.Exists(prefixPath))
{
Common.WriteLine($"Prefix expected at '{prefixPath}'", ConsoleColor.DarkYellow);
var systemPrefix = Common.TryGetGamePrefixFromSystem();
if (systemPrefix is null)
{
Expand Down

0 comments on commit f01a13d

Please sign in to comment.