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

Commit d6de431

Browse files
committed
Fix last commit
1 parent bd160c5 commit d6de431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minecraft-server/src/entities/player.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl Handler<Player> {
294294
}
295295
}
296296

297-
async fn on_packet(self, packet: PlayServerbound) {
297+
async fn on_packet(self, packet: PlayServerbound<'_>) {
298298
use PlayServerbound::*;
299299
match packet {
300300
SetPlayerPosition { x, y, z, on_ground } => {

0 commit comments

Comments
 (0)