From 2972e818c7eebdcde1449f86332c33b0513974ba Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 27 Feb 2015 01:08:39 +0100 Subject: [PATCH] complete that sentence --- modules/skins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/skins.js b/modules/skins.js index ad026ad..ebf4a7f 100644 --- a/modules/skins.js +++ b/modules/skins.js @@ -87,7 +87,7 @@ exp.resize_img = function(inname, size, callback) { // returns "alex" or "steve" calculated by the +uuid+ exp.default_skin = function(uuid) { if (uuid.length <= 16) { - // we can't get the + // we can't get the skin type by username return "steve"; } else { // great thanks to Minecrell for research into Minecraft and Java's UUID hashing!