mirror of
https://github.com/elyby/chrly.git
synced 2024-12-23 21:50:03 +05:30
#1: Fix build
This commit is contained in:
parent
d7f03ce182
commit
50a19202a5
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user