Hiding models through citizens

Hi, i am one of the developers of BetonQuest.

Previously in MEG3 when we hide a Citiezns NPC the modle was hidden too. (I actually hide the Entity of the NPC with packets) Now in MEG 4 the models dont hide anymore.

Maybe previously the method npc.getEntity() returned the actual entity or what? I dont know. Here is our code getting the entity: https://github.com/BetonQuest/BetonQuest/blob/main/src/main/java/org/betonquest/betonquest/compatibility/protocollib/hider/NPCHider.java#L153

The issue is a bit older, as it was first reported in BetonQuest on 26.01.2024