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,