From 10ff6f34fb924c616bda0e835b76e3f6431b8fc2 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 16 Feb 2018 18:40:29 +0300 Subject: [PATCH] Restore Ely signed textures ely property --- http/signed_textures.go | 4 ++-- http/signed_textures_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/http/signed_textures.go b/http/signed_textures.go index 158cdaa..29a7e3b 100644 --- a/http/signed_textures.go +++ b/http/signed_textures.go @@ -40,8 +40,8 @@ func (cfg *Config) SignedTextures(response http.ResponseWriter, request *http.Re Value: rec.MojangTextures, }, { - Name: "chrly", - Value: "how do you tame a horse in Minecraft?", + Name: "ely", + Value: "but why are you asking?", }, }, } diff --git a/http/signed_textures_test.go b/http/signed_textures_test.go index 41934f5..30ff6ca 100644 --- a/http/signed_textures_test.go +++ b/http/signed_textures_test.go @@ -41,8 +41,8 @@ func TestConfig_SignedTextures(t *testing.T) { "value": "mocked textures base64" }, { - "name": "chrly", - "value": "how do you tame a horse in Minecraft?" + "name": "ely", + "value": "but why are you asking?" } ] }`, string(response))