mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-27 10:49:10 +00:00
Fix camel jump cooldown (#5161)
This commit is contained in:
@@ -250,7 +250,7 @@ public final class BedrockPlayerAuthInputTranslator extends PacketTranslator<Pla
|
||||
}
|
||||
}
|
||||
|
||||
if (vehicle instanceof AbstractHorseEntity) {
|
||||
if (vehicle instanceof AbstractHorseEntity && !vehicle.getFlag(EntityFlag.HAS_DASH_COOLDOWN)) {
|
||||
// Behavior verified as of Java Edition 1.21.3
|
||||
int currentJumpingTicks = session.getInputCache().getJumpingTicks();
|
||||
if (currentJumpingTicks < 0) {
|
||||
|
||||
Reference in New Issue
Block a user