mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
refactor: OnChatX -> ChatX
This commit is contained in:
parent
ad9120fa39
commit
84d525a304
4 changed files with 18 additions and 18 deletions
|
|
@ -47,7 +47,7 @@ namespace Dalamud.Game.Command
|
|||
break;
|
||||
}
|
||||
|
||||
dalamud.Framework.Gui.Chat.OnCheckMessageHandled += this.OnCheckMessageHandled;
|
||||
dalamud.Framework.Gui.Chat.CheckMessageHandled += this.OnCheckMessageHandled;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue