diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 371235c89..75ec61ec3 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -6,7 +6,7 @@ XIV Launcher addon framework - 13.0.0.6 + 13.0.0.5 $(DalamudVersion) $(DalamudVersion) $(DalamudVersion) diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index b5639c4d3..c57dd70b8 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -124,11 +124,11 @@ internal partial class ChatHandlers : IServiceType var updateMessage = new SeStringBuilder() .AddText(Loc.Localize("DalamudUpdated", "Dalamud has been updated successfully!")) .AddUiForeground(500) - .AddText(" [ ") + .AddText(" [") .Add(linkPayload) - .AddText(Loc.Localize("DalamudClickToViewChangelogs", "Click here to view the changelog.")) + .AddText(Loc.Localize("DalamudClickToViewChangelogs", " Click here to view the changelog.")) .Add(RawPayload.LinkTerminator) - .AddText(" ]") + .AddText("]") .AddUiForegroundOff(); chatGui.Print(new XivChatEntry