浏览代码

complete that sentence

jomo 10 年之前
父节点
当前提交
2972e818c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/skins.js

+ 1 - 1
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!