Fix 1.14 lightning tracking

Fixes https://github.com/ViaVersion/ViaRewind/issues/145
This commit is contained in:
KennyTV 2020-01-10 14:59:00 +01:00
parent e40300d0b1
commit d3ecce71fa

View File

@ -224,6 +224,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
@Override
public void registerMap() {
map(Type.VAR_INT); // 0 - Entity id
map(Type.BYTE);
map(Type.DOUBLE); // Needs to be mapped for the position cache
map(Type.DOUBLE);
map(Type.DOUBLE);