From 22dc96ae11cc3a51007f94eaa4bab4e1e594d267 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 2 Jun 2021 19:34:37 -0500 Subject: undash ashcon uuids for consistency --- build/mojang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 }; } -- cgit