Skip to content

Commit

Permalink
another bonehead fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnebgood committed Sep 3, 2024
1 parent d54453c commit 18db630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webfront/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2970,6 +2970,9 @@ async function loadVoice(lvuserstate) {
chatters[username].voice = "justin";
chatters[username].voice_option = "standard";
chatters[username].ttsBanned = false;
chatters[username].display_name = lvuserstate["display-name"];
chatters[username].spoken_name = lvuserstate["display-name"];
chatters[username].color = lvuserstate.color;
}
}

Expand Down

0 comments on commit 18db630

Please sign in to comment.