fix: restore ref IsHandled for the Chat hooks

This commit is contained in:
goat 2020-04-26 15:18:15 +02:00
parent b8b05ae998
commit b9818c75a0
2 changed files with 5 additions and 5 deletions

View file

@ -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();