From 6a90469515c0601bbf21d5dcb1e6773038f37523 Mon Sep 17 00:00:00 2001 From: Yuuki <6851027-yukiz@users.noreply.gitlab.com> Date: Mon, 15 Jul 2024 09:45:18 +0800 Subject: [PATCH] typo, effects of lack of sleep --- Main.cs | 4 ++-- YuukiPS Launcher.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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