mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +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() {
|
||||
return "thin".equals(model);
|
||||
return "slim".equals(model);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue