Добавлена поддержка отображения подписанных текстур

This commit is contained in:
ErickSkrauch
2017-04-01 12:18:57 +03:00
parent d3b4bee3b0
commit e652691b29
6 changed files with 82 additions and 18 deletions

View File

@@ -42,11 +42,14 @@ func handleSkinChanged(model skinChanged) (bool) {
return true
}
record.Uuid = model.Uuid
record.SkinId = model.SkinId
record.Hash = model.Hash
record.Is1_8 = model.Is1_8
record.Hash = model.Hash
record.Is1_8 = model.Is1_8
record.IsSlim = model.IsSlim
record.Url = model.Url
record.Url = model.Url
record.MojangTextures = model.MojangTextures
record.MojangSignature = model.MojangSignature
record.Save()