Fix setting conditions not working

This commit is contained in:
Infi
2024-04-22 05:10:24 +02:00
parent b4cb73dd0a
commit 77ceffceef
2 changed files with 12 additions and 9 deletions
-1
View File
@@ -112,7 +112,6 @@ internal class MessageManager : IDisposable
}
public (SeString? Sender, SeString? Message) LastMessage = (null, null);
private void ChatMessage(XivChatType type, uint senderId, SeString sender, SeString message)
{
var chatCode = new ChatCode((ushort)type);