fix: use correct error type

This commit is contained in:
Anna 2022-07-09 13:29:44 -04:00
parent 9ce53191c8
commit cdb89fed1e
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 1 deletions

View File

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