Fix #63
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user