mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove dead if statement
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user