- Fix tells not working in Forays

This commit is contained in:
Infi
2025-06-09 09:50:14 +02:00
parent 3951c49e1a
commit f3783e9abf
4 changed files with 12 additions and 8 deletions
+4
View File
@@ -439,6 +439,10 @@ internal sealed unsafe class Chat : IDisposable
if (!Plugin.CurrentTab.CurrentChannel.UseTempChannel)
Plugin.CurrentTab.CurrentChannel.UseTempChannel = true;
// Send tell via CommandInner later and let the game handle it
// Only works because we use the SetTellTargetInForay function to set all required information
Plugin.ChatLogWindow.TellSpecial = true;
var utfName = Utf8String.FromString(name);
var utfWorld = Utf8String.FromString(worldName);