Fix go test ./...

This commit is contained in:
Tnze
2023-04-05 01:46:37 +08:00
parent 3cf4049f2d
commit 016455d00a
2 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,7 @@ const (
ClientboundUpdateMobEffect
ClientboundUpdateRecipes
ClientboundUpdateTags
ClientboundPacketIDGuard
)
// Game Serverbound
@ -203,4 +204,5 @@ const (
ServerboundTeleportToEntity
ServerboundUseItemOn
ServerboundUseItem
ServerboundPacketIDGuard
)