Корректировка под более-менее финальную версию протокола

This commit is contained in:
ErickSkrauch
2016-07-29 01:13:09 +03:00
parent c2d0cb93cb
commit 64bf7deb79
6 changed files with 10 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ func Textures(w http.ResponseWriter, r *http.Request) {
textures := data.TexturesResponse{
Skin: &data.Skin{
Url: rec.Url,
Url: tools.BuildElyUrl(rec.Url),
Hash: rec.Hash,
},
}