mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
typo fix
ChatVisiblity -> ChatVisibility
This commit is contained in:
parent
6c797b8977
commit
749c243fc5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ use azalea_protocol_macros::ServerboundGamePacket;
|
|||
pub struct ServerboundClientInformationPacket {
|
||||
pub language: String,
|
||||
pub view_distance: u8,
|
||||
pub chat_visibility: ChatVisiblity,
|
||||
pub chat_visibility: ChatVisibility,
|
||||
pub chat_colors: bool,
|
||||
pub model_customisation: u8,
|
||||
pub main_hand: HumanoidArm,
|
||||
|
@ -14,7 +14,7 @@ pub struct ServerboundClientInformationPacket {
|
|||
}
|
||||
|
||||
#[derive(McBuf, Clone, Copy, Debug)]
|
||||
pub enum ChatVisiblity {
|
||||
pub enum ChatVisibility {
|
||||
Full = 0,
|
||||
System = 1,
|
||||
Hidden = 2,
|
||||
|
|
Loading…
Add table
Reference in a new issue