mirror of
https://github.com/elyby/chrly.git
synced 2024-12-23 13:40:11 +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{
|
||||
Id: strings.Replace(rec.Uuid, "-", "", -1),
|
||||
Name: rec.Username,
|
||||
Props: []mojang.Property{
|
||||
Props: []*mojang.Property{
|
||||
{
|
||||
Name: "textures",
|
||||
Signature: rec.MojangSignature,
|
||||
|
Loading…
Reference in New Issue
Block a user