Skip to content

Commit

Permalink
update coresample
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBs committed Apr 13, 2020
1 parent 79ead1c commit 0716325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CmlLibCoreSample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ void Start(MSession session)

Console.WriteLine($"Initialized in {launcher.Minecraft.path}");

launcher.UpdateProfileInfos();
foreach (var item in launcher.ProfileInfos)
launcher.UpdateProfiles();
foreach (var item in launcher.Profiles)
{
Console.WriteLine(item.Name);
}
Expand Down

0 comments on commit 0716325

Please sign in to comment.