mirror of
https://e.coding.net/circlecloud/CTZLauncher.git
synced 2024-11-24 02:28:49 +00:00
修复启动版本问题...
This commit is contained in:
parent
282d195955
commit
c78cce7d90
@ -218,7 +218,6 @@ namespace CTZLauncher
|
|||||||
option.Mode = LaunchMode.MCLauncher;
|
option.Mode = LaunchMode.MCLauncher;
|
||||||
option.MaxMemory = 2048;
|
option.MaxMemory = 2048;
|
||||||
option.Authenticator = new OfflineAuthenticator(username.Text); // offline
|
option.Authenticator = new OfflineAuthenticator(username.Text); // offline
|
||||||
option.Version = launcher.GetVersion("1.8");
|
|
||||||
launcher.JavaPath = SystemTools.FindJava().First();
|
launcher.JavaPath = SystemTools.FindJava().First();
|
||||||
launcher.GameLog += launcher_GameLog;
|
launcher.GameLog += launcher_GameLog;
|
||||||
launcher.Launch(option);
|
launcher.Launch(option);
|
||||||
|
Loading…
Reference in New Issue
Block a user