Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryntet committed Oct 14, 2024
1 parent f6cdc7a commit a372d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/entity/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl Player {
Ok(())
}
SSetCreativeSlot::PACKET_ID => {
self.handle_set_creative_slot(server, SSetCreativeSlot::read(bytebuf)?)?;
self.handle_set_creative_slot(SSetCreativeSlot::read(bytebuf)?)?;
Ok(())
}
SPlayPingRequest::PACKET_ID => {
Expand Down

0 comments on commit a372d61

Please sign in to comment.