From cd66ed574a5148a8d339777b0b07056674ba81c8 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Mon, 26 May 2025 20:47:36 -0400 Subject: [PATCH] emoji --- src/core/execution/EmojiExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execution/EmojiExecution.ts b/src/core/execution/EmojiExecution.ts index d5cc56e24..a544411e4 100644 --- a/src/core/execution/EmojiExecution.ts +++ b/src/core/execution/EmojiExecution.ts @@ -41,7 +41,7 @@ export class EmojiExecution implements Execution { } tick(ticks: number): void { - const emojiString = flattenedEmojiTable.at(this.emoji); + const emojiString = flattenedEmojiTable[this.emoji]; if (emojiString === undefined) { consolex.warn( `cannot send emoji ${this.emoji} from ${this.requestor} to ${this.recipient}`,