diff options
| author | mat <github@matdoes.dev> | 2021-06-02 19:47:47 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-06-02 19:47:47 -0500 |
| commit | 3280a963dfd39067fdbece2bb49575744e957df8 (patch) | |
| tree | 3b112bbcc0747cf5d80e09f9742bee6ea6a9f68d /build | |
| parent | 8305c40ecfff509354a966967bfdafa368cc61a9 (diff) | |
| download | skyblock-api-3280a963dfd39067fdbece2bb49575744e957df8.tar.gz skyblock-api-3280a963dfd39067fdbece2bb49575744e957df8.tar.bz2 skyblock-api-3280a963dfd39067fdbece2bb49575744e957df8.zip | |
log ashcon thing
Diffstat (limited to 'build')
| -rw-r--r-- | build/mojang.js | 2 |
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 |
