Fix /go command

45d8cac5a9a51c4affde4b4192cbd7eeb15207dd

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/slash-commands.js+1 -1
@@ -3324,7 +3324,7 @@ async function goToCharacterCallback(_, name) {
33243324 const character = findChar({ name: name });
33253325 if (character) {
33263326 const chid = getCharIndex(character);
33273327 await openChat(new String(chid));
33283328 setActiveCharacter(character.avatar);
33293329 setActiveGroup(null);
33303330 return character.name;