From 9562f2378d21c9ef99e985e7a17b80590124213f Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 9 Jul 2022 13:29:44 -0400 Subject: [PATCH] fix: use correct error type --- client/ExtraChat/Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ExtraChat/Plugin.cs b/client/ExtraChat/Plugin.cs index d32313f..bda7e00 100644 --- a/client/ExtraChat/Plugin.cs +++ b/client/ExtraChat/Plugin.cs @@ -159,7 +159,7 @@ public class Plugin : IDalamudPlugin { } this.ChatGui.PrintChat(new XivChatEntry { - Type = XivChatType.SystemError, + Type = XivChatType.ErrorMessage, Message = message, }); }