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 f9f5eff commit cea848cCopy full SHA for cea848c
ClientUpdater/Program.cs
@@ -11,7 +11,7 @@ public static void Main(string[] args)
11
{
12
Console.WriteLine("This program will download the latest UNSTABLE version and replace your current LMPClient");
13
14
- if (!File.Exists(Path.Combine(Directory.GetCurrentDirectory(), "KSP_x64.exe")) || !File.Exists(Path.Combine(Directory.GetCurrentDirectory(), "KSP.x86_64")))
+ if (!File.Exists(Path.Combine(Directory.GetCurrentDirectory(), "KSP_x64.exe")) && !File.Exists(Path.Combine(Directory.GetCurrentDirectory(), "KSP.x86_64")))
15
Console.WriteLine("Please drop \"Client LMP Updater\" in the main KSP folder next to KSP.x86_64/KSP_x64.exe!");
16
else
17
0 commit comments