#1: Fix build

This commit is contained in:
ErickSkrauch 2019-04-21 20:35:35 +03:00
parent d7f03ce182
commit 50a19202a5

View File

@ -22,7 +22,7 @@ func (cfg *Config) SignedTextures(response http.ResponseWriter, request *http.Re
responseData := mojang.SignedTexturesResponse{ responseData := mojang.SignedTexturesResponse{
Id: strings.Replace(rec.Uuid, "-", "", -1), Id: strings.Replace(rec.Uuid, "-", "", -1),
Name: rec.Username, Name: rec.Username,
Props: []mojang.Property{ Props: []*mojang.Property{
{ {
Name: "textures", Name: "textures",
Signature: rec.MojangSignature, Signature: rec.MojangSignature,