Add support for native minecraft bedrock protocol, as some bedrock servers apparently don't respond to gamespy3. Fixes #211 (2.0.26)

This commit is contained in:
Michael Morrison 2021-02-12 11:07:50 -06:00
parent e4c29f9cbc
commit 4ecce4eff8
4 changed files with 104 additions and 9 deletions

View file

@ -1,3 +1,7 @@
### 2.0.26
* Added support for the native minecraft bedrock protocol, since some
bedrock servers apparently do not respond to the gamespy3 protocol.
### 2.0.25
* Support challenges in A2S_INFO (upcoming change to valve protocol)