Fix Setting Packet error in 1.17

This commit is contained in:
Tnze
2021-06-21 12:40:08 +08:00
parent 46c0714acb
commit c4551f1de9
3 changed files with 11 additions and 5 deletions

View File

@ -9,6 +9,10 @@ type Settings struct {
DisplayedSkinParts uint8 //皮肤显示
MainHand int //主手
// Disables filtering of text on signs and written book titles.
// Currently always true in vanilla client (i.e. the filtering is disabled)
DisableTextFiltering bool
Brand string // The brand string presented to the server.
}