mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
logging stuff
This commit is contained in:
@@ -27,7 +27,7 @@ function store_images(uuid, details, callback) {
|
||||
// Username handling
|
||||
if (uuid.length <= 16) {
|
||||
skinurl = "https://skins.minecraft.net/MinecraftSkins/" + uuid + ".png";
|
||||
console.log('is username');
|
||||
console.log(uuid + " is a username");
|
||||
} else {
|
||||
skinurl = skin_url(profile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user