diff options
| author | raven <citrons@mondecitronne.com> | 2026-03-22 16:32:00 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-03-22 16:32:16 -0500 |
| commit | 8e6326c0db4ceec909b7b949418fbf909d23af29 (patch) | |
| tree | 918a6fd925a6439ff4359413faf98f7ea5ee326e /classic/packets.go | |
| parent | 8afab135eabb570a07de8261b00524510fa5c1fc (diff) | |
use ExtPlayerList
Diffstat (limited to 'classic/packets.go')
| -rw-r--r-- | classic/packets.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/classic/packets.go b/classic/packets.go index 0e55429..40f659c 100644 --- a/classic/packets.go +++ b/classic/packets.go @@ -201,6 +201,10 @@ func createPacketType(packetId byte, client bool, ext map[string]bool) Packet { case 0x10: return &ExtInfo {} case 0x11: return &ExtEntry {} case 0x13: return &CustomBlocksSupportLevel {} + case 0x16: return &AddPlayerName {} + case 0x18: return &RemovePlayerName {} + case 0x21: return &AddEntity2 {} + case 0x29: return &SetMapEnvProperty {} default: return nil } } |
