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

fix tab complete

Dieser Commit ist enthalten in:
Gerrygames 2019-01-21 21:12:48 +01:00
Ursprung 5a3b59ce29
Commit 0018159c89

Datei anzeigen

@ -184,8 +184,9 @@ public class PlayerPacket1_13 extends Rewriter<Protocol1_12_2To1_13> {
// Ignore fields
wrapper.read(Type.BOOLEAN);
wrapper.read(Type.OPTIONAL_POSITION);
if (wrapper.read(Type.BOOLEAN)) {
wrapper.read(Type.POSITION);
}
}
});
}