Skip to content

Commit

Permalink
Merge pull request #31 from NGSpace/flyspeedfix
Browse files Browse the repository at this point in the history
Change fly speed to vanilla speed
  • Loading branch information
Snowiiii authored Aug 15, 2024
2 parents 740a98a + d913348 commit 94a7a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl Server {
));
dbg!("sending abilities");
// player abilities
client.send_packet(&CPlayerAbilities::new(0x02, 00.2, 0.1));
client.send_packet(&CPlayerAbilities::new(0x02, 0.1, 0.1));

// teleport
let x = 10.0;
Expand Down

0 comments on commit 94a7a60

Please sign in to comment.