diff --git a/services/m=hiscore/helpers.js b/services/m=hiscore/helpers.js index 0f0a5872b..405914f67 100644 --- a/services/m=hiscore/helpers.js +++ b/services/m=hiscore/helpers.js @@ -124,7 +124,7 @@ hiscores.changePlaqueWorld = () => { } hiscores.updateLegendText = () => { - document.getElementById("worldxprate").innerText = `World ${hiscores.world} default XP rate: ${hiscores.world === 1 ? 1 : 5}x`; + //document.getElementById("worldxprate").innerText = `World ${hiscores.world} default XP rate: ${hiscores.world === 1 ? 1 : 5}x`; } hiscores.addSkillsAndActivityFilters = () => {