Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialKris committed Dec 24, 2024
1 parent aad44d8 commit 9ff93f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/net/packet/play.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use pumpkin_core::{
text::TextComponent,
GameMode,
};
use pumpkin_inventory::{InventoryError, WindowType};
use pumpkin_inventory::InventoryError;
use pumpkin_protocol::codec::var_int::VarInt;
use pumpkin_protocol::server::play::SCookieResponse as SPCookieResponse;
use pumpkin_protocol::{
Expand Down

0 comments on commit 9ff93f5

Please sign in to comment.