We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420846a commit 8ab69a0Copy full SHA for 8ab69a0
UnturnedRedistUpdateTool/Program.cs
@@ -59,6 +59,8 @@ public static async Task<int> Main(string[] args)
59
60
Console.WriteLine("Preparing to run tool...");
61
62
+ Console.WriteLine("Directories: " + string.Join(", ", Directory.GetDirectories(path)));
63
+
64
var executableDirectory = Path.Combine(path, "steamcmd");
65
if (Directory.Exists(executableDirectory) == false)
66
{
0 commit comments