Change game path to use tarGamePath

This commit is contained in:
kqnori
2026-06-28 12:51:19 +02:00
committed by GitHub
parent 1c488de5d3
commit a5960c9c68
+1 -1
View File
@@ -114,7 +114,7 @@ void unrarfix(string fixfile)
Console.WriteLine($"Game name: {gamename}"); Console.WriteLine($"Game name: {gamename}");
gamepath = Path.Combine(userProfilePath, "Documents", "games", gamename); gamepath = Path.Combine(tarGamePath, gamename);
foreach (var file in Directory.GetFiles(dirtomove)) foreach (var file in Directory.GetFiles(dirtomove))
{ {