Also skip in modern rewriter

This commit is contained in:
FlorianMichael 2024-07-04 20:31:38 +02:00
parent 984533b867
commit 5b4925e2fb

View File

@ -557,6 +557,9 @@ public abstract class EntityRewriter<C extends ClientboundPacketType, T extends
}
EntityType entType = typeFromId(trackMappedType ? newType : type);
if (entType == null) {
return;
}
// Register Type ID
tracker(wrapper.user()).addEntity(entityId, entType);