replace latency packet id name usage

This commit is contained in:
Tnze
2024-06-16 16:41:53 +08:00
parent de10351a91
commit 5f5db75a34
6 changed files with 19 additions and 19 deletions

View File

@ -60,7 +60,7 @@ func (s *Server) acceptListPing(conn *net.Conn, clientProtocol int32) {
}
switch packetid.ClientboundPacketID(p.ID) {
case packetid.ClientboundStatusResponse: // List
case packetid.ClientboundStatusStatusResponse: // List
var resp []byte
resp, err = s.listResp(clientProtocol)
if err != nil {