diff --git a/MainForm.cs b/MainForm.cs index 945eda0..ec2f08b 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -550,7 +550,7 @@ namespace WACCALauncher } } - if (profile.InjectGame) + if (profile.InjectGame && profile.Type == ProfileType.WACCA) { var gamePath = _gameProcess.StartInfo.FileName; _gameProcess.StartInfo.FileName = "inject.exe"; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index b28d78a..7fea0d5 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.12.0.0")] -[assembly: AssemblyFileVersion("0.12.0.0")] +[assembly: AssemblyVersion("0.12.0.1")] +[assembly: AssemblyFileVersion("0.12.0.1")]