refactor: OnChatX -> ChatX

This commit is contained in:
goat 2021-08-11 02:53:26 +02:00
parent ad9120fa39
commit 84d525a304
No known key found for this signature in database
GPG key ID: F18F057873895461
4 changed files with 18 additions and 18 deletions

View file

@ -47,7 +47,7 @@ namespace Dalamud.Game.Command
break;
}
dalamud.Framework.Gui.Chat.OnCheckMessageHandled += this.OnCheckMessageHandled;
dalamud.Framework.Gui.Chat.CheckMessageHandled += this.OnCheckMessageHandled;
}
/// <summary>