diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_cookie_request.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_cookie_request.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_cookie_request.rs b/azalea-protocol/src/packets/game/c_cookie_request.rs index 7b1e8e30..283b686d 100644 --- a/azalea-protocol/src/packets/game/c_cookie_request.rs +++ b/azalea-protocol/src/packets/game/c_cookie_request.rs @@ -1,5 +1,5 @@ use azalea_buf::AzBuf; -use azalea_core::identifier::Identifier; +use azalea_registry::identifier::Identifier; use azalea_protocol_macros::ClientboundGamePacket; #[derive(Clone, Debug, AzBuf, PartialEq, ClientboundGamePacket)] |
