add Hash for Chat Header and PlayerMessage
This commit is contained in:
@ -145,6 +145,7 @@ const (
|
||||
ClientboundUpdateMobEffect
|
||||
ClientboundUpdateRecipes
|
||||
ClientboundUpdateTags
|
||||
ClientboundPacketIDGuard
|
||||
)
|
||||
|
||||
// Game Serverbound
|
||||
@ -200,4 +201,5 @@ const (
|
||||
ServerboundTeleportToEntity
|
||||
ServerboundUseItemOn
|
||||
ServerboundUseItem
|
||||
ServerboundPacketIDGuard
|
||||
)
|
||||
|
Reference in New Issue
Block a user