From a4665f4cea207c74a6e739fcbf846e312fd47807 Mon Sep 17 00:00:00 2001
From: goaaats <16760685+goaaats@users.noreply.github.com>
Date: Thu, 23 Dec 2021 13:05:50 +0100
Subject: [PATCH] build: 6.1.10
---
src/XIVLauncher/Game/Patch/PatchManager.cs | 2 +-
src/XIVLauncher/Resources/CHANGELOG.txt | 3 ++-
src/XIVLauncher/XIVLauncher.csproj | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/XIVLauncher/Game/Patch/PatchManager.cs b/src/XIVLauncher/Game/Patch/PatchManager.cs
index 47776234c..43f378247 100644
--- a/src/XIVLauncher/Game/Patch/PatchManager.cs
+++ b/src/XIVLauncher/Game/Patch/PatchManager.cs
@@ -194,7 +194,7 @@ private async Task DownloadPatchAsync(PatchDownload download, int index)
var outFile = GetPatchFile(download.Patch);
var realUrl = download.Patch.Url;
- if (_repo != Repository.Boot)
+ if (_repo != Repository.Boot && false) // Disabled for now, waiting on SE to patch this
{
realUrl = await _launcher.GenPatchToken(download.Patch.Url, _sid);
}
diff --git a/src/XIVLauncher/Resources/CHANGELOG.txt b/src/XIVLauncher/Resources/CHANGELOG.txt
index 86ea2575e..1f8479e09 100644
--- a/src/XIVLauncher/Resources/CHANGELOG.txt
+++ b/src/XIVLauncher/Resources/CHANGELOG.txt
@@ -1,3 +1,4 @@
-• Various bugfixes
+• Various bugfixes regarding the in-game addon not starting correctly
+• Better error messages
We wish all of you a lot of fun with the new expansion!
\ No newline at end of file
diff --git a/src/XIVLauncher/XIVLauncher.csproj b/src/XIVLauncher/XIVLauncher.csproj
index 8a07c45d8..ae2b114f5 100644
--- a/src/XIVLauncher/XIVLauncher.csproj
+++ b/src/XIVLauncher/XIVLauncher.csproj
@@ -3,7 +3,7 @@
XIVLauncher
XIVLauncher
Custom launcher for FFXIV.
- 6.1.9
+ 6.1.10