#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{
Id: strings.Replace(rec.Uuid, "-", "", -1),
Name: rec.Username,
Props: []mojang.Property{
Props: []*mojang.Property{
{
Name: "textures",
Signature: rec.MojangSignature,