diff --git a/src/XIVLauncher/Windows/MainWindow.xaml.cs b/src/XIVLauncher/Windows/MainWindow.xaml.cs index 5fb861cfc..2deaa8da6 100644 --- a/src/XIVLauncher/Windows/MainWindow.xaml.cs +++ b/src/XIVLauncher/Windows/MainWindow.xaml.cs @@ -577,7 +577,7 @@ private void FakeStart_OnClick(object sender, RoutedEventArgs e) }, State = Launcher.LoginState.Ok, UniqueId = "0" - }, true, false); + }, true, false, false); } private void LoginPassword_OnPasswordChanged(object sender, RoutedEventArgs e) diff --git a/src/XIVLauncher/XIVLauncher.csproj b/src/XIVLauncher/XIVLauncher.csproj index efa435276..f6ba2804a 100644 --- a/src/XIVLauncher/XIVLauncher.csproj +++ b/src/XIVLauncher/XIVLauncher.csproj @@ -3,7 +3,7 @@ XIVLauncher XIVLauncher Custom launcher for FFXIV. - 6.1.21 + 6.1.22