From cf9a52f633f7c7230c03b3a13532da30b66cda9f Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 15 Apr 2021 22:02:16 +0200 Subject: [PATCH] fix: really respect WarrantsChangelog this time --- Dalamud/Game/ChatHandlers.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index 129e027af..05f290a40 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -211,7 +211,8 @@ namespace Dalamud.Game { Type = XivChatType.Notice }); - this.dalamud.DalamudUi.OpenChangelog(); + if (DalamudChangelogWindow.WarrantsChangelog) + this.dalamud.DalamudUi.OpenChangelog(); this.dalamud.Configuration.LastVersion = assemblyVersion; this.dalamud.Configuration.Save();