Skip to content

Commit

Permalink
Fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Aug 12, 2024
1 parent 5cf19a4 commit d47fb18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Pumpkin is currently under heavy development.
- [ ] Cookies
- World
- [x] World Joining
- [x] Player Tab-list
- [x] World Loading
- [x] Entity Spawning
- [ ] Chunk Loading
Expand Down
2 changes: 1 addition & 1 deletion pumpkin-protocol/src/client/login/c_encryption_request.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use pumpkin_macros::packet;
use serde::Serialize;

use crate::{RawBytes, VarInt};
use crate::{VarInt};

#[derive(Serialize)]
#[packet(0x01)]
Expand Down
2 changes: 1 addition & 1 deletion pumpkin/src/client/client_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use pumpkin_protocol::{
login::{SEncryptionResponse, SLoginAcknowledged, SLoginPluginResponse, SLoginStart},
status::{SPingRequest, SStatusRequest},
},
ConnectionState, KnownPack, RawBytes,
ConnectionState, KnownPack,
};
use pumpkin_text::TextComponent;
use rsa::Pkcs1v15Encrypt;
Expand Down

0 comments on commit d47fb18

Please sign in to comment.