修复启动版本问题...

master
j502647092 2015-08-10 00:25:22 +08:00
parent 282d195955
commit c78cce7d90
1 changed files with 0 additions and 1 deletions

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