1
0
mirror of https://e.coding.net/circlecloud/CTZLauncher.git synced 2024-11-14 00:48:48 +00:00

修复启动版本问题...

This commit is contained in:
j502647092 2015-08-10 00:25:22 +08:00
parent 282d195955
commit c78cce7d90

View File

@ -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);