Skip to content

Commit

Permalink
Update GameService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
natsurainko committed Jul 1, 2024
1 parent ee0fdd4 commit b70dd04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Natsurainko.FluentCore
5 changes: 3 additions & 2 deletions Natsurainko.FluentLauncher/Services/Launch/GameService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Natsurainko.FluentLauncher.Components.Launch;
using Natsurainko.FluentLauncher.Services.Settings;
using Natsurainko.FluentLauncher.Services.Settings;
using Nrk.FluentCore.Services.Launch;

namespace Natsurainko.FluentLauncher.Services.Launch;
Expand All @@ -14,6 +13,8 @@ public override void WhenActiveMinecraftFolderChanged(string? oldFolder, string?
if (newFolder == null)
{
_games.Clear();
ActivateGame(null);

return;
}

Expand Down

0 comments on commit b70dd04

Please sign in to comment.