Skip to content

Commit bec1b45

Browse files
committed
Update Program.cs
1 parent 8ab69a0 commit bec1b45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UnturnedRedistUpdateTool/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public static async Task<int> Main(string[] args)
6767
Console.WriteLine($"executable Directory not found: \"{executableDirectory}\"");
6868
return 1;
6969
}
70+
Console.WriteLine("steamcmd Directories: " + string.Join(", ", Directory.GetDirectories(executableDirectory)));
71+
7072
var steamappsDirectory = Path.Combine(executableDirectory, "steamapps");
7173
if (Directory.Exists(steamappsDirectory) == false)
7274
{

0 commit comments

Comments
 (0)