From a937dc8a462e1ee0df614c4fea41c36a8197d90b Mon Sep 17 00:00:00 2001 From: Zsolt Zitting Date: Wed, 2 Apr 2025 17:50:01 -0700 Subject: [PATCH] =?UTF-8?q?Stop=20trying=20to=20inject=20mercuryhook=20int?= =?UTF-8?q?o=20generic=20applications=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainForm.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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")]