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();