diff options
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 7994cee..934b14f 100644 --- a/build/mojang.js +++ b/build/mojang.js @@ -87,7 +87,7 @@ async function profileFromUsernameAlternative(username) { return { uuid: null, username: null }; } return { - uuid: data.uuid, + uuid: util_1.undashUuid(data.uuid), username: data.username }; } |