3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-10-07 18:50:07 +02:00

Fix 1.14 lightning tracking

Fixes https://github.com/ViaVersion/ViaRewind/issues/145
Dieser Commit ist enthalten in:
KennyTV 2020-01-10 14:59:00 +01:00
Ursprung e40300d0b1
Commit d3ecce71fa

Datei anzeigen

@ -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);