Merge branch 'develop'

This commit is contained in:
ErickSkrauch 2016-11-15 13:42:30 +03:00
commit 58a1c6ec33

View File

@ -27,5 +27,5 @@ func Face(w http.ResponseWriter, r *http.Request) {
}
func buildFaceUrl(hash string) string {
return "/minecfaft/skin_buffer/faces/" + hash + ".png"
return "/minecraft/skin_buffer/faces/" + hash + ".png"
}