src/client/graphics/layers/PlayerPanel.ts

This commit is contained in:
Scott Anderson
2025-05-14 22:14:55 -04:00
parent 5da577d879
commit 61e0c0ca95
+1 -1
View File
@@ -124,7 +124,7 @@ export class PlayerPanel extends LitElement implements Layer {
private handleEmojiClick(e: Event, myPlayer: PlayerView, other: PlayerView) {
e.stopPropagation();
this.emojiTable.showTable((emoji: string) => {
if (myPlayer == other) {
if (myPlayer === other) {
this.eventBus.emit(
new SendEmojiIntentEvent(
AllPlayers,