mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 16:01:16 +01:00
complete that sentence
This commit is contained in:
parent
9c8df06c6b
commit
2972e818c7
@ -87,7 +87,7 @@ exp.resize_img = function(inname, size, callback) {
|
|||||||
// returns "alex" or "steve" calculated by the +uuid+
|
// returns "alex" or "steve" calculated by the +uuid+
|
||||||
exp.default_skin = function(uuid) {
|
exp.default_skin = function(uuid) {
|
||||||
if (uuid.length <= 16) {
|
if (uuid.length <= 16) {
|
||||||
// we can't get the
|
// we can't get the skin type by username
|
||||||
return "steve";
|
return "steve";
|
||||||
} else {
|
} else {
|
||||||
// great thanks to Minecrell for research into Minecraft and Java's UUID hashing!
|
// great thanks to Minecrell for research into Minecraft and Java's UUID hashing!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user