mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
Fix the leg issue
This commit is contained in:
parent
d392b204a3
commit
a40b55e142
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class PonyRenderDispatcher {
|
|||
player -> {
|
||||
return IPony.getManager()
|
||||
.getPony(player)
|
||||
.race().getModelId(slimArms).equalsIgnoreCase(modelId);
|
||||
.race().getModelId(player.getModel().contains("slim")).equalsIgnoreCase(modelId);
|
||||
},
|
||||
ModelType.getPlayerModel(race).getFactory(slimArms)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue