Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Sep 11, 2022
2 parents fcab407 + 0590780 commit 7262e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dorako-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ function addAvatarsToFlags(message) {
let userImg = message.user?.avatar;

console.log(message.token);
console.log(message.token.texture);
console.log(message.token.texture.src);
console.log(message.token?.texture);
console.log(message.token?.texture.src);

let userAvatar = new Avatar(message.speaker.alias, userImg);

Expand Down

0 comments on commit 7262e5a

Please sign in to comment.