Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JWJUN233233 committed Aug 25, 2024
2 parents 7ec2a1e + 05221f5 commit 7dd2746
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 7dd2746

Please sign in to comment.