mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
fix: restore ref IsHandled for the Chat hooks
This commit is contained in:
parent
b8b05ae998
commit
b9818c75a0
2 changed files with 5 additions and 5 deletions
|
|
@ -122,7 +122,7 @@ namespace Dalamud.Game {
|
|||
public string LastLink { get; private set; }
|
||||
|
||||
private void OnChatMessage(XivChatType type, uint senderId, ref StdString sender,
|
||||
ref StdString message, bool isHandled) {
|
||||
ref StdString message, ref bool isHandled) {
|
||||
|
||||
if (type == XivChatType.Notice && !this.hasSeenLoadingMsg) {
|
||||
var assemblyVersion = Assembly.GetAssembly(typeof(ChatHandlers)).GetName().Version.ToString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue