From 50a19202a5861e30876533bca8b8ea6f0bb566e9 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 21 Apr 2019 20:35:35 +0300 Subject: [PATCH] #1: Fix build --- http/signed_textures.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/signed_textures.go b/http/signed_textures.go index 4f127db..8dc32c2 100644 --- a/http/signed_textures.go +++ b/http/signed_textures.go @@ -22,7 +22,7 @@ func (cfg *Config) SignedTextures(response http.ResponseWriter, request *http.Re responseData := mojang.SignedTexturesResponse{ Id: strings.Replace(rec.Uuid, "-", "", -1), Name: rec.Username, - Props: []mojang.Property{ + Props: []*mojang.Property{ { Name: "textures", Signature: rec.MojangSignature,