Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubelotix committed Dec 17, 2023
1 parent bd160c5 commit d6de431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft-server/src/entities/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl Handler<Player> {
}
}

async fn on_packet(self, packet: PlayServerbound) {
async fn on_packet(self, packet: PlayServerbound<'_>) {
use PlayServerbound::*;
match packet {
SetPlayerPosition { x, y, z, on_ground } => {
Expand Down

0 comments on commit d6de431

Please sign in to comment.