AY 4 years ago
parent
commit
0036ce0433
3 changed files with 2 additions and 2 deletions
  1. BIN
      __debug_bin
  2. 1 1
      mod/mc/skin.go
  3. 1 1
      webroot/index.html

BIN
__debug_bin


+ 1 - 1
mod/mc/skin.go

@@ -23,6 +23,6 @@ func (mc *Handler) DownloadSkin() {
 			downloadFile(mc.savePath+"/"+mc.UUID+".png", textureArray.Textures.SKIN.URL)
 		}
 	} else {
-		log.Println("Skin exists, not downloading")
+		//log.Println("Skin exists, not downloading")
 	}
 }

+ 1 - 1
webroot/index.html

@@ -36,7 +36,7 @@
     <div class="ui top attached tabular menu">
         <a class="item active" data-tab="1">Info</a>
         <a class="item" data-tab="2">Players</a>
-        <a class="item" data-tab="3">Start</a>
+        <!--<a class="item" data-tab="3">Start</a>-->
         <a class="item" data-tab="4">Log</a>
         <a class="item" data-tab="5">Setting</a>
     </div>