Fixes #40. Allow to upload profile information without a skin

Remove skin file uploading stubs
This commit is contained in:
ErickSkrauch
2023-12-22 01:56:02 +01:00
parent 20ba78953b
commit cadb89f00a
6 changed files with 65 additions and 91 deletions

View File

@@ -4,7 +4,7 @@ type Skin struct {
UserId int `json:"userId"`
Uuid string `json:"uuid"`
Username string `json:"username"`
SkinId int `json:"skinId"`
SkinId int `json:"skinId"` // deprecated
Url string `json:"url"`
Is1_8 bool `json:"is1_8"`
IsSlim bool `json:"isSlim"`