SpigotMC / BungeeCord

BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
https://www.spigotmc.org/go/bungeecord
Other
1.53k stars 1.09k forks source link

Cleanup command packets #3659

Closed Outfluencer closed 2 months ago

Outfluencer commented 2 months ago

the old impl does not make any sence to me the ClientCommand packet is the same as the ClientCommandSigned but without signing for 1.20.5 and the ClientCommandSigned packet only exists for clients >= 1.20.5 but has checks for 1.19 and 1.20.2 and so on.

It was just very confusing, so i think now its better