mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +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 -> {
|
player -> {
|
||||||
return IPony.getManager()
|
return IPony.getManager()
|
||||||
.getPony(player)
|
.getPony(player)
|
||||||
.race().getModelId(slimArms).equalsIgnoreCase(modelId);
|
.race().getModelId(player.getModel().contains("slim")).equalsIgnoreCase(modelId);
|
||||||
},
|
},
|
||||||
ModelType.getPlayerModel(race).getFactory(slimArms)
|
ModelType.getPlayerModel(race).getFactory(slimArms)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue