1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

update saved skin condition

This commit is contained in:
2024-07-01 18:14:25 +03:00
parent af72f3eefd
commit 2389b774e7

View File

@@ -14,7 +14,7 @@ public class SkinStorage {
}
public boolean hasSavedSkin(UUID uuid) {
return this.skinIO.skinExists(uuid);
return this.skinMap.containsKey(uuid) || this.skinIO.skinExists(uuid);
}
public SkinValue getSkin(UUID uuid) {