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