mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
84 stars 15 forks source link

Fix server list ping from future versions #60

Closed Geolykt closed 3 years ago

Geolykt commented 3 years ago

Not the best of all fixes, but I doubt the protocol is going to change anytime soon

Resolves #50

Geolykt commented 3 years ago

Since that is the last bug fixed (that isn't only occurring in MacOS), I think we might be good to merge develop into master after this PR

Geolykt commented 3 years ago

I think if an alternative comes up we can change it afterwards. And the only issue currently is if we go out of sync with quarry it could create some issues, but luckily we would notice that pretty early (the same goes if we were to ditch 1.15 support). I also tested normal login with wrong versions and it appears to reject these versions without much issues (I'm not sure if it rejects the player wit the correct message though)