Resolve char macros to message name in first message display

This commit is contained in:
Cohee
2024-05-24 23:41:27 +03:00
parent b20cf52fe6
commit da4f0f53be

View File

@ -1791,7 +1791,7 @@ export function messageFormatting(mes, ch_name, isSystem, isUser, messageId) {
}
if (Number(messageId) === 0 && !isSystem && !isUser) {
mes = substituteParams(mes);
mes = substituteParams(mes, undefined, ch_name);
}
mesForShowdownParse = mes;