Fix the leg issue

This commit is contained in:
Sollace 2024-02-24 16:36:03 +00:00
parent d392b204a3
commit a40b55e142
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -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)
);