OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
100 stars 85 forks source link

Server list ping should return the protocol sent by the player #200

Open Pablete1234 opened 8 years ago

Pablete1234 commented 8 years ago

The server list ping packet sent by the server, is always sending the 1.10 protocol, it should use the player's protocol (always that the protocol is supported) instead, so that you don't get this: image

Info: http://wiki.vg/Server_List_Ping

phase commented 8 years ago

It's sending the 1.10 protocol because it's a 1.10 server. BungeeCord, ViaVersion, or some other protocol proxy is allowing other clients to connect.

Pablete1234 commented 8 years ago

@phase Sportbukkit allows both 1.9 and 1.10 clients to connect. The protocol hack is built-in

phase commented 8 years ago

Ah, sorry. :tired_face: