Skip to content

Commit

Permalink
Merge branch 'sources-refactor' of github.com:TheNexusAvenger/Nexus-L…
Browse files Browse the repository at this point in the history
…U-Launcher
  • Loading branch information
TheNexusAvenger committed Sep 6, 2021
2 parents c8c5c68 + 3325f75 commit 1fe5c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NLUL.Core/Client/ClientRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public Process Launch(string host)
{
if (patch is IPreLaunchPatch preLaunchPatch)
{
if (!patch.Installed) continue;
preLaunchPatch.OnClientRequestLaunch();
}
}
Expand Down

0 comments on commit 1fe5c31

Please sign in to comment.