Skip to content

Commit

Permalink
typo, effects of lack of sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuki committed Jul 15, 2024
1 parent 9771a46 commit 6a90469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}
}
Expand Down
4 changes: 2 additions & 2 deletions YuukiPS Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<ApplicationManifest>Properties\app.manifest</ApplicationManifest>

<AssemblyVersion>2024.7.15.0140</AssemblyVersion>
<FileVersion>2024.7.15.0140</FileVersion>
<AssemblyVersion>2024.7.15.0144</AssemblyVersion>
<FileVersion>2024.7.15.0144</FileVersion>

<EnableWindowsTargeting>true</EnableWindowsTargeting>
<AssemblyName>YuukiPS</AssemblyName>
Expand Down

0 comments on commit 6a90469

Please sign in to comment.