fix bitset bugs

This commit is contained in:
Tnze
2022-05-28 01:48:36 +08:00
parent 29ce03be31
commit 02dd436014
6 changed files with 30 additions and 25 deletions

View File

@ -38,7 +38,7 @@ func (c *ClientInformation) Init(g *server.Game) {
return
}
}
}), "ClientInfoSystem", nil)
}), "go-mc:ClientInfoSystem", nil)
g.AddHandler(&server.PacketHandler{
ID: packetid.ServerboundClientInformation,
F: func(client *server.Client, player *server.Player, p server.Packet758) error {