Skip to content

Commit 8ab69a0

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

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
@@ -59,6 +59,8 @@ public static async Task<int> Main(string[] args)
5959

6060
Console.WriteLine("Preparing to run tool...");
6161

62+
Console.WriteLine("Directories: " + string.Join(", ", Directory.GetDirectories(path)));
63+
6264
var executableDirectory = Path.Combine(path, "steamcmd");
6365
if (Directory.Exists(executableDirectory) == false)
6466
{

0 commit comments

Comments
 (0)