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