CmlLib / CmlLib.Core

.NET Minecraft Launcher Library. All Version, Auth, Forge, Java, Crossplatform
MIT License
216 stars 42 forks source link

Little mistake in the wiki [BUG] #78

Closed zylonity closed 1 year ago

zylonity commented 1 year ago

Hi! Sorry if this isn't a mistake, I could be the one that's wrong but on

wiki -> CMLauncher -> Basic Usage - Async version

when the process is created in the example, it's using "launcher.CreateProcess()" instead of "launcher.CreateProcessAsync()", which causes a problem with the await operator

AlphaBs commented 1 year ago

fixed