dev.11 - @ and @@ fix

This commit is contained in:
Mute 2024-06-05 17:33:55 +00:00
parent d30945201d
commit b0961f4fb8
1 changed files with 2 additions and 2 deletions

View File

@ -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,