mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
logging stuff
This commit is contained in:
parent
df3f008188
commit
42dae4582b
@ -27,7 +27,7 @@ function store_images(uuid, details, callback) {
|
|||||||
// Username handling
|
// Username handling
|
||||||
if (uuid.length <= 16) {
|
if (uuid.length <= 16) {
|
||||||
skinurl = "https://skins.minecraft.net/MinecraftSkins/" + uuid + ".png";
|
skinurl = "https://skins.minecraft.net/MinecraftSkins/" + uuid + ".png";
|
||||||
console.log('is username');
|
console.log(uuid + " is a username");
|
||||||
} else {
|
} else {
|
||||||
skinurl = skin_url(profile);
|
skinurl = skin_url(profile);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user