fix emoji
This commit is contained in:
@@ -912,8 +912,8 @@ export class GameScene extends DirtyScene {
|
||||
|
||||
this.emoteUnsubscriber = emoteStore.subscribe((emote) => {
|
||||
if (emote) {
|
||||
this.CurrentPlayer?.playEmote(emote.url);
|
||||
this.connection?.emitEmoteEvent(emote.url);
|
||||
this.CurrentPlayer?.playEmote(emote.unicode);
|
||||
this.connection?.emitEmoteEvent(emote.unicode);
|
||||
emoteStore.set(null);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user