From c78cce7d90c606a4d8fdefb8e4edaef221ed7338 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Mon, 10 Aug 2015 00:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=97=AE=E9=A2=98...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CTZLauncher/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CTZLauncher/MainWindow.xaml.cs b/CTZLauncher/MainWindow.xaml.cs index b8b3d45..ddd403d 100644 --- a/CTZLauncher/MainWindow.xaml.cs +++ b/CTZLauncher/MainWindow.xaml.cs @@ -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);