mirror of
https://github.com/elyby/chrly.git
synced 2024-11-30 02:32:19 +05:30
Добавлено Ely property
This commit is contained in:
parent
39f5ec5bee
commit
3d73cc9402
@ -9,6 +9,6 @@ type SignedTexturesResponse struct {
|
||||
|
||||
type Property struct {
|
||||
Name string `json:"name"`
|
||||
Signature string `json:"signature"`
|
||||
Signature string `json:"signature,omitempty"`
|
||||
Value string `json:"value"`
|
||||
}
|
||||
|
@ -31,6 +31,10 @@ func SignedTextures(w http.ResponseWriter, r *http.Request) {
|
||||
Signature: rec.MojangSignature,
|
||||
Value: rec.MojangTextures,
|
||||
},
|
||||
{
|
||||
Name: "ely",
|
||||
Value: "but why are you asking?",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user