Reverted fix

This commit is contained in:
Willem
2025-04-06 22:10:15 +02:00
committed by GitHub
parent 7340c8b520
commit 4e1cd6cbf7

View File

@@ -116,8 +116,6 @@ public class JavaAddEntityTranslatorReplace extends PacketTranslator<Clientbound
} else { } else {
return; return;
} }
} else if (packet.getType() == EntityType.AREA_EFFECT_CLOUD) { /* TODO find a way to only remove the MEG ones */
return;
} else { } else {
entity = definition.factory().create(session, packet.getEntityId(), session.getEntityCache().getNextEntityId().incrementAndGet(), entity = definition.factory().create(session, packet.getEntityId(), session.getEntityCache().getNextEntityId().incrementAndGet(),
packet.getUuid(), definition, position, motion, yaw, pitch, headYaw); packet.getUuid(), definition, position, motion, yaw, pitch, headYaw);