mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-23 12:25:24 +01:00
1.16 pre5
This commit is contained in:
parent
166b4314fd
commit
86cf835d53
@ -177,10 +177,10 @@ public class Protocol1_15_2To1_16 extends BackwardsProtocol<ClientboundPackets1_
|
|||||||
}
|
}
|
||||||
|
|
||||||
wrapper.passthrough(Type.VAR_INT); // Hand
|
wrapper.passthrough(Type.VAR_INT); // Hand
|
||||||
|
|
||||||
// New boolean: Whether the client is sneaking/pressing shift
|
|
||||||
wrapper.write(Type.BOOLEAN, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// New boolean: Whether the client is sneaking/pressing shift
|
||||||
|
wrapper.write(Type.BOOLEAN, false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user