Fixed a comment

Fixed a comment I made not being complete thus making it unclear.
This commit is contained in:
Langtanium 2026-04-22 18:51:26 -07:00
parent 1ee0337cba
commit 99e1950c3d

View file

@ -296,7 +296,7 @@ void PlayerRenderer::render(shared_ptr<Entity> _mob, double x, double y, double
{
for(ModelPart *pModelPart : *pAdditionalModelParts)
{
if (itemHelmet == nullptr || !pModelPart->hideWithHelmet) // Hide the skin boxes that have the hide when wearing a helmet
if (itemHelmet == nullptr || !pModelPart->hideWithHelmet) // Hide the skin boxes that have the "hide when helmet is worn" flag - Langtanium
pModelPart->visible=true;
}
}