This commit is contained in:
KennyTV 2019-06-24 17:28:32 +02:00
parent b4c30dbff3
commit 1c94e0ead2

View File

@ -37,7 +37,7 @@ public class Protocol1_14_2To1_14_3 extends BackwardsProtocol {
wrapper.passthrough(Type.VAR_INT);
wrapper.passthrough(Type.VAR_INT);
wrapper.read(Type.BOOLEAN);
wrapper.passthrough(Type.BOOLEAN);
wrapper.read(Type.BOOLEAN);
}
});