소스 검색

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