Comment out an erroring line

This commit is contained in:
downthecrop 2021-09-19 02:58:56 -07:00
parent 669fbda06c
commit 15aedfaafc

View File

@ -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 = () => {