aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/mojang.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mojang.js b/build/mojang.js
index 6180b15..6ff52b7 100644
--- a/build/mojang.js
+++ b/build/mojang.js
@@ -88,7 +88,7 @@ async function profileFromUsernameAlternative(username) {
catch {
return { uuid: null, username: null };
}
- console.log('aight ashcon returned', data.uuid);
+ console.log('aight ashcon returned', data);
return {
uuid: util_1.undashUuid(data.uuid),
username: data.username