aboutsummaryrefslogtreecommitdiff
path: root/build/hypixelCached.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/hypixelCached.js')
-rw-r--r--build/hypixelCached.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hypixelCached.js b/build/hypixelCached.js
index 8da20e3..8fb93ec 100644
--- a/build/hypixelCached.js
+++ b/build/hypixelCached.js
@@ -183,7 +183,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);
+ console.debug('no player? this should never happen', user, playerUuid);
delete player.profiles;
return player;
}