This commit is contained in:
Infi
2024-05-28 14:23:31 +02:00
parent c5363769c2
commit 3a5dcae261
6 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -840,7 +840,7 @@ public sealed class ChatLogWindow : Window
var tellBytes = Encoding.UTF8.GetBytes(trimmed);
AutoTranslate.ReplaceWithPayload(ref tellBytes);
Plugin.Functions.Chat.SendTell(reason, target.ContentId, target.Name, (ushort) world.RowId, tellBytes);
Plugin.Functions.Chat.SendTell(reason, target.ContentId, target.Name, (ushort) world.RowId, tellBytes, trimmed);
}
if (TempChannel is InputChannel.Tell)