mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-17 01:54:22 +01:00
Fixed remote skin preview not correctly detecting thin arm types
This commit is contained in:
parent
3db1965da4
commit
26fb289be1
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ public class PreviewTexture extends ThreadDownloadImageData {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean usesThinArms() {
|
public boolean usesThinArms() {
|
||||||
return "thin".equals(model);
|
return "slim".equals(model);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue