From b0961f4fb880ad83e7b0029696f48a96092c1aa9 Mon Sep 17 00:00:00 2001 From: Mute Date: Wed, 5 Jun 2024 17:33:55 +0000 Subject: [PATCH] dev.11 - @ and @@ fix --- mbchc.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbchc.mjs b/mbchc.mjs index e384234..c1d8031 100644 --- a/mbchc.mjs +++ b/mbchc.mjs @@ -1,11 +1,11 @@ export {} // Zero-width non-joiner, used to break up ligatures, does nothing here, but an empty string is a falsy value -const MISSING_PLAYER_DIALOG = {Tag: 'MISSING PLAYER DIALOG: ', Text: '\u200C'} +const MISSING_PLAYER_DIALOG = {Tag: 'MISSING TEXT IN "Interface.csv": ', Text: '\u200C'} if (window.MBCHC) throw new Error('MBCHC found, aborting loading') window.MBCHC = { - VERSION: 'dev.10', + VERSION: 'dev.11', NEXT_MESSAGE: 1, LOG_MESSAGES: false, RETHROW: false,