fix tab complete

This commit is contained in:
Gerrygames 2019-01-21 21:12:48 +01:00
parent 5a3b59ce29
commit 0018159c89

View File

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