diff --git a/events/buttons/checkstats.js b/events/buttons/checkstats.js index 3dfb9cc..c5acb94 100644 --- a/events/buttons/checkstats.js +++ b/events/buttons/checkstats.js @@ -60,7 +60,7 @@ module.exports = { const hsswstars = stats.data.stats.SkyWars.level const hsduelswins = stats.data.stats.Duels.general.wins - if (hsbwstars < bwstars && hsbwfkdr < bwfdkr && hsbwwins < bwwins) { + if (hsbwstars < bwstars || hsbwfkdr < bwfdkr || hsbwwins < bwwins) { var bwtitle = " This player does not meet the BedWars requirements." } else { var bwtitle = " This player meets the BedWars requirements."