This commit is contained in:
Scott Anderson
2025-05-26 20:47:36 -04:00
committed by evanpelle
parent 6cc551317e
commit cd66ed574a
+1 -1
View File
@@ -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}`,