Skip to content

Commit

Permalink
Fix: Creative up/down flight
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Feb 11, 2025
1 parent 45ceacb commit 71546b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@ public void sendAdventureSettings() {
abilityLayer.setFlySpeed(flySpeed);
// https://github.com/GeyserMC/Geyser/issues/3139 as of 1.19.10
abilityLayer.setWalkSpeed(walkSpeed == 0f ? 0.01f : walkSpeed);
abilityLayer.setVerticalFlySpeed(1.0f);
Collections.addAll(abilityLayer.getAbilitiesSet(), USED_ABILITIES);

updateAbilitiesPacket.getAbilityLayers().add(abilityLayer);
Expand Down

0 comments on commit 71546b4

Please sign in to comment.