Update dependencies and add unique UUID route

This commit is contained in:
Jacob Gunther
2023-05-02 19:21:07 -05:00
parent d4f88af1f8
commit 953eb04476
7 changed files with 64 additions and 1 deletions

View File

@@ -96,6 +96,10 @@ func GetPlayerSkin(uuid string) (*image.NRGBA, bool, error) {
return skin.GetDefaultSkin(slim), slim, nil
}
if err = r.Set(fmt.Sprintf("unique:%s", textures.UUID), "0", 0); err != nil {
return nil, false, err
}
value := ""
for _, property := range textures.Properties {