Latter check is always true :/

This commit is contained in:
Sollace 2018-08-23 01:13:33 +02:00
parent fef22c8223
commit ee00330c83

View file

@ -60,7 +60,7 @@ public class LocalTexture {
}
public boolean hasRemoteTexture() {
return hasRemote() && remote.isTextureUploaded() && getTexture() != blank.getBlankSkin(type);
return hasRemote() && remote.isTextureUploaded();
}
public boolean usingLocal() {