diff --git a/Main.cs b/Main.cs
index d952524..3f5e851 100644
--- a/Main.cs
+++ b/Main.cs
@@ -705,9 +705,9 @@ private void Set_LA_Select_Click(object sender, EventArgs e)
if (!string.IsNullOrEmpty(Folder_Game_Now))
{
Set_LA_GameFolder.Text = Folder_Game_Now;
- if (CheckVersionGame(default_profile.game.type))
+ if (!CheckVersionGame(default_profile.game.type))
{
- MessageBox.Show("This game version may not be supported please check your console");
+ MessageBox.Show("This game version may not be supported please check your console!!!");
Process.Start(new ProcessStartInfo(API.WEB_LINK + "/game/" + default_profile.game.type.SEOUrl()) { UseShellExecute = true });
}
}
diff --git a/YuukiPS Launcher.csproj b/YuukiPS Launcher.csproj
index a5557e0..e5a8fe9 100644
--- a/YuukiPS Launcher.csproj
+++ b/YuukiPS Launcher.csproj
@@ -12,8 +12,8 @@
Properties\app.manifest
- 2024.7.15.0140
- 2024.7.15.0140
+ 2024.7.15.0144
+ 2024.7.15.0144
true
YuukiPS