fix neutral avatar again
| @@ -3131,7 +3131,7 @@ export async function sendMessageAs(args, text) { | ||
| 3131 | 3131 | let force_avatar, original_avatar; |
| 3132 | 3132 | |
| 3133 | 3133 | const chatCharacter = this_chid !== null ? characters[this_chid] : null; |
| 3134 | 3134 | const isNeutralCharacter = !chatCharacter && name2 === neutralCharacterName && name === neutralCharacterName; |
| 3135 | 3135 | |
| 3136 | 3136 | if (chatCharacter === character || isNeutralCharacter) { |
| 3137 | 3137 | // If the targeted character is the currently selected one in a solo chat, we don't need to force any avatars |