mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-02-15 01:41:58 +01:00
parent
e03da34f55
commit
761249d39f
@ -122,6 +122,6 @@ public class EntityPackets1_16_2 extends EntityRewriter<Protocol1_16_1To1_16_2>
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected EntityType getTypeFromId(int typeId) {
|
protected EntityType getTypeFromId(int typeId) {
|
||||||
return Entity1_16Types.getTypeFromId(typeId);
|
return Entity1_16_2Types.getTypeFromId(typeId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user