mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Latter check is always true :/
This commit is contained in:
parent
fef22c8223
commit
ee00330c83
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue