mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-21 06:30:51 +01:00
Remove dead if statement
This commit is contained in:
parent
29f509179c
commit
44fb746783
@ -1900,9 +1900,6 @@ function addOneMessage(mes, { type = 'normal', insertAfter = null, scroll = true
|
||||
avatarImg = mes['force_avatar'];
|
||||
}
|
||||
|
||||
if (chat.length == 0) {
|
||||
messageText = substituteParams(messageText);
|
||||
}
|
||||
messageText = messageFormatting(
|
||||
messageText,
|
||||
mes.name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user