fixed typo

This commit is contained in:
Jack 2020-09-17 18:46:50 +01:00
parent 94a3f8bbf7
commit bc709b9686

View file

@ -1991,7 +1991,7 @@ function showResult(difficultyFailed = false) {
let globalLbString = "";
const glb = e.data.globalLeaderboard;
const glbMemory =
dbSnapshot.lbMemory[config.mode |+ mode2].global;
dbSnapshot.lbMemory[config.mode + mode2].global;
let dontShowGlobalDiff = glbMemory == null || glbMemory === -1 ? true : false;
let globalLbDiff = null;
if (glb === null) {