diff --git a/CTZLauncher/MainWindow.xaml b/CTZLauncher/MainWindow.xaml
index 286eca5..cd224bd 100644
--- a/CTZLauncher/MainWindow.xaml
+++ b/CTZLauncher/MainWindow.xaml
@@ -83,7 +83,7 @@
-
+
diff --git a/CTZLauncher/MainWindow.xaml.cs b/CTZLauncher/MainWindow.xaml.cs
index 520fac3..bfcedcb 100644
--- a/CTZLauncher/MainWindow.xaml.cs
+++ b/CTZLauncher/MainWindow.xaml.cs
@@ -122,7 +122,7 @@ namespace CTZLauncher
option.Authenticator = new OfflineAuthenticator(username.Text); // offline
option.Version = launcher.GetVersion(gamecombo.Text);
launcher.JavaPath = javacombo.Text;
-
+ launcher.Launch(option);
}
void launcher_GameLog(LaunchHandle arg1, string arg2)