mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fix optifine
This commit is contained in:
parent
e8021bc2fd
commit
f56cea3597
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ public final class HDSkinManager {
|
|||
if (imageDownload != null) {
|
||||
String imageUrl = PrivateFields.imageUrl.get(imageDownload);
|
||||
if (imageUrl != null) {
|
||||
if (imageUrl.contains("optifine.net"))
|
||||
return; // ignore optifine capes
|
||||
String hash = FilenameUtils.getBaseName(imageUrl);
|
||||
String uuid = resolvePlayerIdFromHash(hash);
|
||||
if (uuid == null) {
|
||||
|
|
Loading…
Reference in a new issue