dev.11 - @ and @@ fix
This commit is contained in:
parent
d30945201d
commit
b0961f4fb8
|
@ -1,11 +1,11 @@
|
||||||
export {}
|
export {}
|
||||||
|
|
||||||
// Zero-width non-joiner, used to break up ligatures, does nothing here, but an empty string is a falsy value
|
// 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')
|
if (window.MBCHC) throw new Error('MBCHC found, aborting loading')
|
||||||
window.MBCHC = {
|
window.MBCHC = {
|
||||||
VERSION: 'dev.10',
|
VERSION: 'dev.11',
|
||||||
NEXT_MESSAGE: 1,
|
NEXT_MESSAGE: 1,
|
||||||
LOG_MESSAGES: false,
|
LOG_MESSAGES: false,
|
||||||
RETHROW: false,
|
RETHROW: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user