Scope ChatGui

This commit is contained in:
MidoriKami 2023-09-13 19:06:28 -07:00
parent 6eba1415f5
commit 7080087e9d
4 changed files with 186 additions and 84 deletions

View file

@ -264,7 +264,7 @@ public class ChatHandlers : IServiceType
if (string.IsNullOrEmpty(this.configuration.LastVersion) || !assemblyVersion.StartsWith(this.configuration.LastVersion))
{
chatGui.PrintChat(new XivChatEntry
chatGui.Print(new XivChatEntry
{
Message = Loc.Localize("DalamudUpdated", "Dalamud has been updated successfully! Please check the discord for a full changelog."),
Type = XivChatType.Notice,
@ -321,7 +321,7 @@ public class ChatHandlers : IServiceType
}
else
{
chatGui.PrintChat(new XivChatEntry
chatGui.Print(new XivChatEntry
{
Message = new SeString(new List<Payload>()
{