diff options
author | mat <github@matdoes.dev> | 2021-08-01 20:03:57 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-08-01 20:03:57 -0500 |
commit | 3c60dd9cfd386e57e8445166ab41a92b77777f7e (patch) | |
tree | 10a2c68c8c5f388c83d1e88fa923d9c9aaf40272 /build/hypixelCached.js | |
parent | c5f65b73a863f3ee7f7206321484e1268e056b1a (diff) | |
download | skyblock-api-3c60dd9cfd386e57e8445166ab41a92b77777f7e.tar.gz skyblock-api-3c60dd9cfd386e57e8445166ab41a92b77777f7e.tar.bz2 skyblock-api-3c60dd9cfd386e57e8445166ab41a92b77777f7e.zip |
add #1 leaderboards count leaderboard
Diffstat (limited to 'build/hypixelCached.js')
-rw-r--r-- | build/hypixelCached.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hypixelCached.js b/build/hypixelCached.js index 4b048e8..b03361f 100644 --- a/build/hypixelCached.js +++ b/build/hypixelCached.js @@ -190,7 +190,7 @@ async function fetchBasicPlayer(user) { return exports.basicPlayerCache.get(playerUuid); const player = await fetchPlayer(playerUuid); if (!player) { - console.debug('no player? this should never happen', user, playerUuid); + console.debug('no player? this should never happen, perhaps the uuid is invalid or the player hasn\'t played hypixel', playerUuid); return null; } delete player.profiles; |