diff --git a/js/overlay.js b/js/overlay.js index 0c84f10..4566d4d 100644 --- a/js/overlay.js +++ b/js/overlay.js @@ -142,7 +142,7 @@ updatePlayerCard(); actualRank = playerTier; function checkData() { - if (returnStatus === "200" && checkifnull !== null) { + if (returnStatus === 200 && checkifnull !== null) { updatePlayerCard(); } }