mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-21 22:47:41 +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'];
|
avatarImg = mes['force_avatar'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (chat.length == 0) {
|
|
||||||
messageText = substituteParams(messageText);
|
|
||||||
}
|
|
||||||
messageText = messageFormatting(
|
messageText = messageFormatting(
|
||||||
messageText,
|
messageText,
|
||||||
mes.name,
|
mes.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user