mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 01:55:47 +01:00
Also skip in modern rewriter
This commit is contained in:
parent
984533b867
commit
5b4925e2fb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user