Geyser/connector
Camotoy 772cb246f0
Forward keep alive packets to the client (#1344)
* Forward keep alive packets to the client

Previously, MCProtocolLib (our Java protocol library) handled keep alive packets for us. This commit disables that option and 'forwards' the keep alive packets to the client, and sending the keep alive packet back once Bedrock sends us a ping response.

* Delete DataCache

* Update to latest MCProtocolLib

* Swap values around as a sanity check
2020-09-29 14:15:11 -04:00
..
src/main Forward keep alive packets to the client (#1344) 2020-09-29 14:15:11 -04:00
pom.xml Forward keep alive packets to the client (#1344) 2020-09-29 14:15:11 -04:00