fix: use correct error type

This commit is contained in:
Anna 2022-07-09 13:29:44 -04:00
parent 06fa0407ef
commit 9562f2378d

View File

@ -159,7 +159,7 @@ public class Plugin : IDalamudPlugin {
} }
this.ChatGui.PrintChat(new XivChatEntry { this.ChatGui.PrintChat(new XivChatEntry {
Type = XivChatType.SystemError, Type = XivChatType.ErrorMessage,
Message = message, Message = message,
}); });
} }