Skip to content

Commit

Permalink
Update Launcher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSpring114 committed Aug 14, 2024
1 parent 1af89fa commit 05221f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinecraftLaunch/Components/Launcher/Launcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async ValueTask<IGameProcessWatcher> LaunchAsync(string id) {
var process = CreateProcess(arguments, versionPath);

LibrariesResolver librariesResolver = new(gameEntry);
await Launcher.ExtractNatives(versionPath, librariesResolver);
await ExtractNatives(versionPath, librariesResolver);
return new GameProcessWatcher(process, arguments);
}

Expand Down

0 comments on commit 05221f5

Please sign in to comment.