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 fbcf920 commit f58ea11Copy full SHA for f58ea11
UnturnedRedistUpdateTool/Program.cs
@@ -67,7 +67,6 @@ public static async Task<int> Main(string[] args)
67
Console.WriteLine($"steamapps Directory not found: \"{steamappsDirectory}\"");
68
return 1;
69
}
70
-
71
var unturnedDataPath = GetUnturnedDataDirectoryName(unturnedPath);
72
var managedDirectory = Path.Combine(unturnedDataPath, "Managed");
73
if (Directory.Exists(managedDirectory) == false)
0 commit comments