Fix login packet UUID type

This commit is contained in:
ice_iix 2022-08-07 16:08:03 -07:00
parent e8ae214a2c
commit bd5df45e72
1 changed files with 1 additions and 2 deletions

View File

@ -2434,8 +2434,7 @@ state_packets!(
/// authenicates with the session servers (online mode) or straight
/// after LoginStart (offline mode).
packet LoginSuccess_Sig {
/// String encoding of a uuid (with hyphens)
field uuid: String =,
field uuid: UUID =,
field username: String =,
field properties: LenPrefixed<VarInt, packet::LoginProperty> =,
}