Skip to content

Commit f58ea11

Browse files
committed
Update Program.cs
1 parent fbcf920 commit f58ea11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UnturnedRedistUpdateTool/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public static async Task<int> Main(string[] args)
6767
Console.WriteLine($"steamapps Directory not found: \"{steamappsDirectory}\"");
6868
return 1;
6969
}
70-
7170
var unturnedDataPath = GetUnturnedDataDirectoryName(unturnedPath);
7271
var managedDirectory = Path.Combine(unturnedDataPath, "Managed");
7372
if (Directory.Exists(managedDirectory) == false)

0 commit comments

Comments
 (0)