fix: possible packet issues

This commit is contained in:
2026-02-16 13:42:03 +08:00
parent d2bec53bb8
commit a885a7eec4
11 changed files with 542 additions and 433 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ type CommonPlayerSpawnInfo struct {
//codec:gen
type Login struct {
PlayerID int32 `mc:"VarInt"`
PlayerID int32
Hardcore bool
Levels []string `mc:"Identifier"`
MaxPlayers int32 `mc:"VarInt"`